#BAE5DB

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

Shades of Water Leaf #BAE5DB

Tints of Water Leaf #BAE5DB

Color information

#BAE5DB (or 0xBAE5DB) is unknown color: approx Water Leaf. HEX triplet: BA, E5 and DB. RGB value is (186,229,219). Sum of RGB (Red+Green+Blue) = 186+229+219=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 229 (89.84% from 255 or 36.12% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5DB is #451A24. Grayscale: #D6D6D6. Windows color (decimal): -4528677 or 14411194. OLE color: 14411194.

HSL color Cylindrical-coordinate representation of color #BAE5DB: hue angle of 166.05º 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 #BAE5DB is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB186229219-
CMYK0.1900.040.10
HSL166.05º45.26%81.37%-
HSV(B)166.05º18.78%89.8%-
XYZ61.0671.5977.62-
YUV215130.25107.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.34%
GREEN value IS 229 (89.84% from 255) = 36.12%
BLUE value IS 219 (85.94% from 255) = 34.54%
R=29.34%
G=36.12%
B=34.54%

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
Decimal1862292190.1900.040.10166.0545.2681.37
HexBAE5DB1304Aa62d51
Octal27234533323041224655121
Binary1011101011100101110110111001101001010101001101011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE5DB; }

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

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

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

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

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

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

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

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