#BAEEDD

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

Shades of Water Leaf #BAEEDD

Tints of Water Leaf #BAEEDD

Color information

#BAEEDD (or 0xBAEEDD) is unknown color: approx Water Leaf. HEX triplet: BA, EE and DD. RGB value is (186,238,221). Sum of RGB (Red+Green+Blue) = 186+238+221=645 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.84% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEEDD is #451122. Grayscale: #DCDCDC. Windows color (decimal): -4526371 or 14544570. OLE color: 14544570.

HSL color Cylindrical-coordinate representation of color #BAEEDD: hue angle of 160.38º degrees, saturation: 0.6, 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 #BAEEDD is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB186238221-
CMYK0.2200.070.07
HSL160.38º60.47%83.14%-
HSV(B)160.38º21.85%93.33%-
XYZ63.8876.8179.87-
YUV220.51128.27103.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.84%
GREEN value IS 238 (93.36% from 255) = 36.90%
BLUE value IS 221 (86.72% from 255) = 34.26%
R=28.84%
G=36.90%
B=34.26%

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
Decimal1862382210.2200.070.07160.3860.4783.14
HexBAEEDD16077a03c53
Octal2723563352607724074123
Binary101110101110111011011101101100111111101000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEEDD; }

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

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

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

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

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

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

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

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