#BAE9DF

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

Shades of Water Leaf #BAE9DF

Tints of Water Leaf #BAE9DF

Color information

#BAE9DF (or 0xBAE9DF) is unknown color: approx Water Leaf. HEX triplet: BA, E9 and DF. RGB value is (186,233,223). Sum of RGB (Red+Green+Blue) = 186+233+223=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 233 (91.41% from 255 or 36.29% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9DF is #451620. Grayscale: #D9D9D9. Windows color (decimal): -4527649 or 14674362. OLE color: 14674362.

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

Color convert

RGB186233223-
CMYK0.2000.040.09
HSL167.23º51.65%82.16%-
HSV(B)167.23º20.17%91.37%-
XYZ62.7174.0480.8-
YUV217.81130.93105.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.97%
GREEN value IS 233 (91.41% from 255) = 36.29%
BLUE value IS 223 (87.5% from 255) = 34.74%
R=28.97%
G=36.29%
B=34.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1862332230.2000.040.09167.2351.6582.16
HexBAE9DF14049a73452
Octal27235133724041124764122
Binary1011101011101001110111111010001001001101001111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE9DF; }

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

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

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

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

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

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

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

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