#BAEAE0

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

Shades of Water Leaf #BAEAE0

Tints of Water Leaf #BAEAE0

Color information

#BAEAE0 (or 0xBAEAE0) is unknown color: approx Water Leaf. HEX triplet: BA, EA and E0. RGB value is (186,234,224). Sum of RGB (Red+Green+Blue) = 186+234+224=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEAE0 is #45151F. Grayscale: #DADADA. Windows color (decimal): -4527392 or 14740154. OLE color: 14740154.

HSL color Cylindrical-coordinate representation of color #BAEAE0: hue angle of 167.5º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAEAE0 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB186234224-
CMYK0.2100.040.08
HSL167.5º53.33%82.35%-
HSV(B)167.5º20.51%91.76%-
XYZ63.1374.6781.61-
YUV218.51131.1104.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.88%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 224 (87.89% from 255) = 34.78%
R=28.88%
G=36.34%
B=34.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862342240.2100.040.08167.553.3382.35
HexBAEAE015048a83552
Octal27235234025041025065122
Binary1011101011101010111000001010101001000101010001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEAE0; }

 p { color: rgb(186,234,224); }

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

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

 a { background-color: rgb(186,234,224); }

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

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

 span { border-color: rgb(186,234,224); }

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