#bcfee5

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

Shades of Water Leaf #BCFEE5

Tints of Water Leaf #BCFEE5

Color information

#BCFEE5 (or 0xBCFEE5) is unknown color: approx Water Leaf. HEX triplet: BC, FE and E5. RGB value is (188,254,229). Sum of RGB (Red+Green+Blue) = 188+254+229=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 229 (89.84% from 255 or 34.13% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEE5 is #43011A. Grayscale: #E7E7E7. Windows color (decimal): -4391195 or 15072956. OLE color: 15072956.

HSL color Cylindrical-coordinate representation of color #BCFEE5: hue angle of 157.27º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCFEE5 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB188254229-
CMYK0.2600.100.00
HSL157.27º97.06%86.67%-
HSV(B)157.27º25.98%99.61%-
XYZ70.3287.2387.26-
YUV231.42126.6397.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 254 (99.61% from 255) = 37.85%
BLUE value IS 229 (89.84% from 255) = 34.13%
R=28.02%
G=37.85%
B=34.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542290.2600.100.00157.2797.0686.67
HexBCFEE51A0A09d6157
Octal274376345320120235141127
Binary101111001111111011100101110100101001001110111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcfee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcfee5; }

 p { color: rgb(188,254,229); }

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

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

 a { background-color: rgb(188,254,229); }

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

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

 span { border-color: rgb(188,254,229); }

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