#BAECE5

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

Shades of Water Leaf #BAECE5

Tints of Water Leaf #BAECE5

Color information

#BAECE5 (or 0xBAECE5) is unknown color: approx Water Leaf. HEX triplet: BA, EC and E5. RGB value is (186,236,229). Sum of RGB (Red+Green+Blue) = 186+236+229=651 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.57% from 651); Green value is 236 (92.58% from 255 or 36.25% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECE5 is #45131A. Grayscale: #DCDCDC. Windows color (decimal): -4526875 or 15068346. OLE color: 15068346.

HSL color Cylindrical-coordinate representation of color #BAECE5: hue angle of 171.6º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECE5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB186236229-
CMYK0.2100.030.07
HSL171.6º56.82%82.75%-
HSV(B)171.6º21.19%92.55%-
XYZ64.3976.0985.42-
YUV220.25132.94103.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.57%
GREEN value IS 236 (92.58% from 255) = 36.25%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=28.57%
G=36.25%
B=35.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862362290.2100.030.07171.656.8282.75
HexBAECE515037ac3953
Octal2723543452503725471123
Binary10111010111011001110010110101011111101011001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECE5; }

 p { color: rgb(186,236,229); }

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

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

 a { background-color: rgb(186,236,229); }

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

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

 span { border-color: rgb(186,236,229); }

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