#BAE5DC

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

Shades of Water Leaf #BAE5DC

Tints of Water Leaf #BAE5DC

Color information

#BAE5DC (or 0xBAE5DC) is unknown color: approx Water Leaf. HEX triplet: BA, E5 and DC. RGB value is (186,229,220). Sum of RGB (Red+Green+Blue) = 186+229+220=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DC is #451A23. Grayscale: #D7D7D7. Windows color (decimal): -4528676 or 14476730. OLE color: 14476730.

HSL color Cylindrical-coordinate representation of color #BAE5DC: hue angle of 167.44º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5DC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB186229220-
CMYK0.1900.040.10
HSL167.44º45.26%81.37%-
HSV(B)167.44º18.78%89.8%-
XYZ61.1971.6578.31-
YUV215.12130.75107.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.29%
GREEN value IS 229 (89.84% from 255) = 36.06%
BLUE value IS 220 (86.33% from 255) = 34.65%
R=29.29%
G=36.06%
B=34.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862292200.1900.040.10167.4445.2681.37
HexBAE5DC1304Aa72d51
Octal27234533423041224755121
Binary1011101011100101110111001001101001010101001111011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5DC; }

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

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

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

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

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

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

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

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