#BAE9E4

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

Shades of Water Leaf #BAE9E4

Tints of Water Leaf #BAE9E4

Color information

#BAE9E4 (or 0xBAE9E4) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and E4. RGB value is (186,233,228). Sum of RGB (Red+Green+Blue) = 186+233+228=647 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.75% from 647); Green value is 233 (91.41% from 255 or 36.01% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9E4 is #45161B. Grayscale: #DADADA. Windows color (decimal): -4527644 or 15002042. OLE color: 15002042.

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

Color convert

RGB186233228-
CMYK0.2000.020.09
HSL173.62º51.65%82.16%-
HSV(B)173.62º20.17%91.37%-
XYZ63.3974.3284.4-
YUV218.38133.43104.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.75%
GREEN value IS 233 (91.41% from 255) = 36.01%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=28.75%
G=36.01%
B=35.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332280.2000.020.09173.6251.6582.16
HexBAE9E414029ae3452
Octal27235134424021125664122
Binary101110101110100111100100101000101001101011101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9E4; }

 p { color: rgb(186,233,228); }

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

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

 a { background-color: rgb(186,233,228); }

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

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

 span { border-color: rgb(186,233,228); }

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