#BCFFE4

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

Shades of Water Leaf #BCFFE4

Tints of Water Leaf #BCFFE4

Color information

#BCFFE4 (or 0xBCFFE4) is unknown color: approx Water Leaf. HEX triplet: BC, FF and E4. RGB value is (188,255,228). Sum of RGB (Red+Green+Blue) = 188+255+228=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 228 (89.45% from 255 or 33.98% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFFE4 is #43001B. Grayscale: #E7E7E7. Windows color (decimal): -4390940 or 15007676. OLE color: 15007676.

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

Color convert

RGB188255228-
CMYK0.2600.110
HSL155.82º100%86.86%-
HSV(B)155.82º26.27%100%-
XYZ70.587.8186.63-
YUV231.89125.896.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 228 (89.45% from 255) = 33.98%
R=28.02%
G=38.00%
B=33.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1882552280.2600.110155.8210086.86
HexBCFFE41A0B09c6457
Octal274377344320130234144127
Binary101111001111111111100100110100101101001110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFFE4; }

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

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

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

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

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

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

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

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