#BAE9E3

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

Shades of Water Leaf #BAE9E3

Tints of Water Leaf #BAE9E3

Color information

#BAE9E3 (or 0xBAE9E3) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and E3. RGB value is (186,233,227). Sum of RGB (Red+Green+Blue) = 186+233+227=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 233 (91.41% from 255 or 36.07% from 646); Blue value is 227 (89.06% from 255 or 35.14% from 646); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9E3 is #45161C. Grayscale: #DADADA. Windows color (decimal): -4527645 or 14936506. OLE color: 14936506.

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

Color convert

RGB186233227-
CMYK0.2000.030.09
HSL172.34º51.65%82.16%-
HSV(B)172.34º20.17%91.37%-
XYZ63.2574.2683.67-
YUV218.26132.93104.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.79%
GREEN value IS 233 (91.41% from 255) = 36.07%
BLUE value IS 227 (89.06% from 255) = 35.14%
R=28.79%
G=36.07%
B=35.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332270.2000.030.09172.3451.6582.16
HexBAE9E314039ac3452
Octal27235134324031125464122
Binary101110101110100111100011101000111001101011001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9E3; }

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

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

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

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

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

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

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

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