#BAF0DE

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

Shades of Water Leaf #BAF0DE

Tints of Water Leaf #BAF0DE

Color information

#BAF0DE (or 0xBAF0DE) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and DE. RGB value is (186,240,222). Sum of RGB (Red+Green+Blue) = 186+240+222=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 240 (94.14% from 255 or 37.04% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DE is #450F21. Grayscale: #DDDDDD. Windows color (decimal): -4525858 or 14610618. OLE color: 14610618.

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

Color convert

RGB186240222-
CMYK0.2200.080.06
HSL160º64.29%83.53%-
HSV(B)160º22.5%94.12%-
XYZ64.5978.0380.76-
YUV221.8128.11102.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.70%
GREEN value IS 240 (94.14% from 255) = 37.04%
BLUE value IS 222 (87.11% from 255) = 34.26%
R=28.70%
G=37.04%
B=34.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1862402220.2200.080.0616064.2983.53
HexBAF0DE16086a04054
Octal272360336260106240100124
Binary10111010111100001101111010110010001101010000010000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0DE; }

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

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

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

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

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

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

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

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