#BAE9DC

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

Shades of Water Leaf #BAE9DC

Tints of Water Leaf #BAE9DC

Color information

#BAE9DC (or 0xBAE9DC) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and DC. RGB value is (186,233,220). Sum of RGB (Red+Green+Blue) = 186+233+220=639 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.11% from 639); Green value is 233 (91.41% from 255 or 36.46% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DC is #451623. Grayscale: #D9D9D9. Windows color (decimal): -4527652 or 14477754. OLE color: 14477754.

HSL color Cylindrical-coordinate representation of color #BAE9DC: hue angle of 163.4º 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 #BAE9DC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB186233220-
CMYK0.2000.060.09
HSL163.4º51.65%82.16%-
HSV(B)163.4º20.17%91.37%-
XYZ62.3173.8878.69-
YUV217.46129.43105.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.11%
GREEN value IS 233 (91.41% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 34.43%
R=29.11%
G=36.46%
B=34.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332200.2000.060.09163.451.6582.16
HexBAE9DC14069a33452
Octal27235133424061124364122
Binary1011101011101001110111001010001101001101000111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9DC; }

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

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

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

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

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

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

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

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