#BAE7DC

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

Shades of Water Leaf #BAE7DC

Tints of Water Leaf #BAE7DC

Color information

#BAE7DC (or 0xBAE7DC) is unknown color: approx Water Leaf. HEX triplet: BA, E7 and DC. RGB value is (186,231,220). Sum of RGB (Red+Green+Blue) = 186+231+220=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 231 (90.62% from 255 or 36.26% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE7DC is #451823. Grayscale: #D8D8D8. Windows color (decimal): -4528164 or 14477242. OLE color: 14477242.

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

Color convert

RGB186231220-
CMYK0.1900.050.09
HSL165.33º48.39%81.76%-
HSV(B)165.33º19.48%90.59%-
XYZ61.7472.7678.5-
YUV216.29130.09106.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 231 (90.62% from 255) = 36.26%
BLUE value IS 220 (86.33% from 255) = 34.54%
R=29.20%
G=36.26%
B=34.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862312200.1900.050.09165.3348.3981.76
HexBAE7DC13059a53052
Octal27234733423051124560122
Binary1011101011100111110111001001101011001101001011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE7DC; }

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

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

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

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

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

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

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

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