#BAECE4

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

Shades of Water Leaf #BAECE4

Tints of Water Leaf #BAECE4

Color information

#BAECE4 (or 0xBAECE4) is unknown color: approx Water Leaf. HEX triplet: BA, EC and E4. RGB value is (186,236,228). Sum of RGB (Red+Green+Blue) = 186+236+228=650 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.62% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECE4 is #45131B. Grayscale: #DCDCDC. Windows color (decimal): -4526876 or 15002810. OLE color: 15002810.

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

Color convert

RGB186236228-
CMYK0.2100.030.07
HSL170.4º56.82%82.75%-
HSV(B)170.4º21.19%92.55%-
XYZ64.2576.0384.69-
YUV220.14132.44103.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 28.62%
GREEN value IS 236 (92.58% from 255) = 36.31%
BLUE value IS 228 (89.45% from 255) = 35.08%
R=28.62%
G=36.31%
B=35.08%

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
Decimal1862362280.2100.030.07170.456.8282.75
HexBAECE415037aa3953
Octal2723543442503725271123
Binary10111010111011001110010010101011111101010101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAECE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAECE4; }

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

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

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

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

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

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

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

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