#BAEDDD

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

Shades of Water Leaf #BAEDDD

Tints of Water Leaf #BAEDDD

Color information

#BAEDDD (or 0xBAEDDD) is unknown color: approx Water Leaf. HEX triplet: BA, ED and DD. RGB value is (186,237,221). Sum of RGB (Red+Green+Blue) = 186+237+221=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #BAEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEDDD is #451222. Grayscale: #DBDBDB. Windows color (decimal): -4526627 or 14544314. OLE color: 14544314.

HSL color Cylindrical-coordinate representation of color #BAEDDD: hue angle of 161.18º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEDDD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB186237221-
CMYK0.2200.070.07
HSL161.18º58.62%82.94%-
HSV(B)161.18º21.52%92.94%-
XYZ63.5976.2379.77-
YUV219.93128.6103.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 237 (92.97% from 255) = 36.80%
BLUE value IS 221 (86.72% from 255) = 34.32%
R=28.88%
G=36.80%
B=34.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862372210.2200.070.07161.1858.6282.94
HexBAEDDD16077a13b53
Octal2723553352607724173123
Binary101110101110110111011101101100111111101000011110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEDDD; }

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

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

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

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

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

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

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

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