#BCFAE4

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

Shades of Water Leaf #BCFAE4

Tints of Water Leaf #BCFAE4

Color information

#BCFAE4 (or 0xBCFAE4) is unknown color: approx Water Leaf. HEX triplet: BC, FA and E4. RGB value is (188,250,228). Sum of RGB (Red+Green+Blue) = 188+250+228=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 250 (98.05% from 255 or 37.54% from 666); Blue value is 228 (89.45% from 255 or 34.23% from 666); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAE4 is #43051B. Grayscale: #E4E4E4. Windows color (decimal): -4392220 or 15006396. OLE color: 15006396.

HSL color Cylindrical-coordinate representation of color #BCFAE4: hue angle of 158.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFAE4 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.

Color convert

RGB188250228-
CMYK0.2500.090.02
HSL158.71º86.11%85.88%-
HSV(B)158.71º24.8%98.04%-
XYZ68.9384.6686.11-
YUV228.95127.4698.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 250 (98.05% from 255) = 37.54%
BLUE value IS 228 (89.45% from 255) = 34.23%
R=28.23%
G=37.54%
B=34.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882502280.2500.090.02158.7186.1185.88
HexBCFAE4190929f5656
Octal274372344310112237126126
Binary1011110011111010111001001100101001101001111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAE4; }

 p { color: rgb(188,250,228); }

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

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

 a { background-color: rgb(188,250,228); }

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

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

 span { border-color: rgb(188,250,228); }

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