#BAF2DD

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

Shades of Water Leaf #BAF2DD

Tints of Water Leaf #BAF2DD

Color information

#BAF2DD (or 0xBAF2DD) is unknown color: approx Water Leaf. HEX triplet: BA, F2 and DD. RGB value is (186,242,221). Sum of RGB (Red+Green+Blue) = 186+242+221=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 242 (94.92% from 255 or 37.29% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF2DD is #450D22. Grayscale: #DEDEDE. Windows color (decimal): -4525347 or 14545594. OLE color: 14545594.

HSL color Cylindrical-coordinate representation of color #BAF2DD: hue angle of 157.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF2DD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB186242221-
CMYK0.2300.090.05
HSL157.5º68.29%83.92%-
HSV(B)157.5º23.14%94.9%-
XYZ65.0579.1680.26-
YUV222.86126.95101.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.66%
GREEN value IS 242 (94.92% from 255) = 37.29%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=28.66%
G=37.29%
B=34.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862422210.2300.090.05157.568.2983.92
HexBAF2DD170959e4454
Octal272362335270115236104124
Binary10111010111100101101110110111010011011001111010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF2DD; }

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

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

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

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

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

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

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

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