#BAF0DD

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

Shades of Water Leaf #BAF0DD

Tints of Water Leaf #BAF0DD

Color information

#BAF0DD (or 0xBAF0DD) is unknown color: approx Water Leaf. HEX triplet: BA, F0 and DD. RGB value is (186,240,221). Sum of RGB (Red+Green+Blue) = 186+240+221=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 240 (94.14% from 255 or 37.09% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0DD is #450F22. Grayscale: #DDDDDD. Windows color (decimal): -4525859 or 14545082. OLE color: 14545082.

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

Color convert

RGB186240221-
CMYK0.2200.080.06
HSL158.89º64.29%83.53%-
HSV(B)158.89º22.5%94.12%-
XYZ64.4677.9880.06-
YUV221.69127.61102.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 240 (94.14% from 255) = 37.09%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=28.75%
G=37.09%
B=34.16%

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
Decimal1862402210.2200.080.06158.8964.2983.53
HexBAF0DD160869f4054
Octal272360335260106237100124
Binary10111010111100001101110110110010001101001111110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF0DD; }

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

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

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

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

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

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

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

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