#BAF0E6

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

Shades of Water Leaf #BAF0E6

Tints of Water Leaf #BAF0E6

Color information

#BAF0E6 (or 0xBAF0E6) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and E6. RGB value is (186,240,230). Sum of RGB (Red+Green+Blue) = 186+240+230=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAF0E6 is #450F19. Grayscale: #DEDEDE. Windows color (decimal): -4525850 or 15134906. OLE color: 15134906.

HSL color Cylindrical-coordinate representation of color #BAF0E6: hue angle of 168.89º 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 #BAF0E6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB186240230-
CMYK0.2200.040.06
HSL168.89º64.29%83.53%-
HSV(B)168.89º22.5%94.12%-
XYZ65.6978.4786.55-
YUV222.71132.11101.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.35%
GREEN value IS 240 (94.14% from 255) = 36.59%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=28.35%
G=36.59%
B=35.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402300.2200.040.06168.8964.2983.53
HexBAF0E616046a94054
Octal27236034626046251100124
Binary1011101011110000111001101011001001101010100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0E6; }

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

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

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

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

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

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

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

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