#BAE6DD

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

Shades of Water Leaf #BAE6DD

Tints of Water Leaf #BAE6DD

Color information

#BAE6DD (or 0xBAE6DD) is unknown color: approx Water Leaf. HEX triplet: BA, E6 and DD. RGB value is (186,230,221). Sum of RGB (Red+Green+Blue) = 186+230+221=637 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.20% from 637); Green value is 230 (90.23% from 255 or 36.11% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6DD is #451922. Grayscale: #D7D7D7. Windows color (decimal): -4528419 or 14542522. OLE color: 14542522.

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

Color convert

RGB186230221-
CMYK0.1900.040.10
HSL167.73º46.81%81.57%-
HSV(B)167.73º19.13%90.2%-
XYZ61.672.2579.11-
YUV215.82130.92106.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.20%
GREEN value IS 230 (90.23% from 255) = 36.11%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=29.20%
G=36.11%
B=34.69%

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
Decimal1862302210.1900.040.10167.7346.8181.57
HexBAE6DD1304Aa82f52
Octal27234633523041225057122
Binary1011101011100110110111011001101001010101010001011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE6DD; }

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

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

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

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

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

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

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

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