#BAF5DD

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

Shades of Water Leaf #BAF5DD

Tints of Water Leaf #BAF5DD

Color information

#BAF5DD (or 0xBAF5DD) is unknown color: approx Water Leaf. HEX triplet: BA, F5 and DD. RGB value is (186,245,221). Sum of RGB (Red+Green+Blue) = 186+245+221=652 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.53% from 652); Green value is 245 (96.09% from 255 or 37.58% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5DD is #450A22. Grayscale: #E0E0E0. Windows color (decimal): -4524579 or 14546362. OLE color: 14546362.

HSL color Cylindrical-coordinate representation of color #BAF5DD: hue angle of 155.59º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5DD is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB186245221-
CMYK0.2400.100.04
HSL155.59º74.68%84.51%-
HSV(B)155.59º24.08%96.08%-
XYZ65.9580.9680.56-
YUV224.62125.95100.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.53%
GREEN value IS 245 (96.09% from 255) = 37.58%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=28.53%
G=37.58%
B=33.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862452210.2400.100.04155.5974.6884.51
HexBAF5DD180A49c4b55
Octal272365335300124234113125
Binary10111010111101011101110111000010101001001110010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF5DD; }

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

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

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

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

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

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

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

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