#BAE8DA

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

Shades of Water Leaf #BAE8DA

Tints of Water Leaf #BAE8DA

Color information

#BAE8DA (or 0xBAE8DA) is unknown color: approx Water Leaf. HEX triplet: BA, E8 and DA. RGB value is (186,232,218). Sum of RGB (Red+Green+Blue) = 186+232+218=636 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.25% from 636); Green value is 232 (91.02% from 255 or 36.48% from 636); Blue value is 218 (85.55% from 255 or 34.28% from 636); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8DA is #451725. Grayscale: #D8D8D8. Windows color (decimal): -4527910 or 14346426. OLE color: 14346426.

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

Color convert

RGB186232218-
CMYK0.2000.060.09
HSL161.74º50%81.96%-
HSV(B)161.74º19.83%90.98%-
XYZ61.7673.2177.21-
YUV216.65128.76106.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 29.25%
GREEN value IS 232 (91.02% from 255) = 36.48%
BLUE value IS 218 (85.55% from 255) = 34.28%
R=29.25%
G=36.48%
B=34.28%

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
Decimal1862322180.2000.060.09161.745081.96
HexBAE8DA14069a23252
Octal27235033224061124262122
Binary1011101011101000110110101010001101001101000101100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE8DA; }

 p { color: rgb(186,232,218); }

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

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

 a { background-color: rgb(186,232,218); }

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

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

 span { border-color: rgb(186,232,218); }

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