#BAF0E4

Color #BAF0E4 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #BAF0E4

Tints of Water Leaf #BAF0E4

Color information

#BAF0E4 (or 0xBAF0E4) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and E4. RGB value is (186,240,228). Sum of RGB (Red+Green+Blue) = 186+240+228=654 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.44% from 654); Green value is 240 (94.14% from 255 or 36.70% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0E4 is #450F1B. Grayscale: #DEDEDE. Windows color (decimal): -4525852 or 15003834. OLE color: 15003834.

HSL color Cylindrical-coordinate representation of color #BAF0E4: hue angle of 166.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAF0E4 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB186240228-
CMYK0.2200.050.06
HSL166.67º64.29%83.53%-
HSV(B)166.67º22.5%94.12%-
XYZ65.4178.3685.08-
YUV222.49131.11101.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 28.44%
GREEN value IS 240 (94.14% from 255) = 36.70%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=28.44%
G=36.70%
B=34.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402280.2200.050.06166.6764.2983.53
HexBAF0E416056a74054
Octal27236034426056247100124
Binary1011101011110000111001001011001011101010011110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0E4; }

 p { color: rgb(186,240,228); }

 H1.HeaderClassName
 {
   color: #BAF0E4;
 }
 .AnyTagClassName
 {
   color: #BAF0E4;
 }
</style>
background-color css

<style>
 a { background-color: #BAF0E4; }

 a { background-color: rgb(186,240,228); }

 div.DivClassName
 {
   background-color: #BAF0E4;
 }
 .BgClassName
 {
   background-color: #BAF0E4;
 }
</style>
border-color css

<style>
 span { border-color: #BAF0E4; }

 span { border-color: rgb(186,240,228); }

 td.TdClassName
 {
   border-color: #BAF0E4;
 }
 .TagClassName
 {
   border-color: #BAF0E4;
 }
</style>