#BAE9DD

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

Shades of Water Leaf #BAE9DD

Tints of Water Leaf #BAE9DD

Color information

#BAE9DD (or 0xBAE9DD) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and DD. RGB value is (186,233,221). Sum of RGB (Red+Green+Blue) = 186+233+221=640 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.06% from 640); Green value is 233 (91.41% from 255 or 36.41% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DD is #451622. Grayscale: #D9D9D9. Windows color (decimal): -4527651 or 14543290. OLE color: 14543290.

HSL color Cylindrical-coordinate representation of color #BAE9DD: hue angle of 164.68º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9DD is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB186233221-
CMYK0.2000.050.09
HSL164.68º51.65%82.16%-
HSV(B)164.68º20.17%91.37%-
XYZ62.4473.9479.39-
YUV217.58129.93105.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.06%
GREEN value IS 233 (91.41% from 255) = 36.41%
BLUE value IS 221 (86.72% from 255) = 34.53%
R=29.06%
G=36.41%
B=34.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332210.2000.050.09164.6851.6582.16
HexBAE9DD14059a53452
Octal27235133524051124564122
Binary1011101011101001110111011010001011001101001011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9DD; }

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

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

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

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

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

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

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

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