#BCFEE6

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

Shades of Water Leaf #BCFEE6

Tints of Water Leaf #BCFEE6

Color information

#BCFEE6 (or 0xBCFEE6) is unknown color: approx Water Leaf. HEX triplet: BC, FE and E6. RGB value is (188,254,230). Sum of RGB (Red+Green+Blue) = 188+254+230=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFEE6 is #430119. Grayscale: #E7E7E7. Windows color (decimal): -4391194 or 15138492. OLE color: 15138492.

HSL color Cylindrical-coordinate representation of color #BCFEE6: hue angle of 158.18º 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 #BCFEE6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB188254230-
CMYK0.2600.090.00
HSL158.18º97.06%86.67%-
HSV(B)158.18º25.98%99.61%-
XYZ70.4687.2988-
YUV231.53127.1396.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.98%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 230 (90.23% from 255) = 34.23%
R=27.98%
G=37.80%
B=34.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542300.2600.090.00158.1897.0686.67
HexBCFEE61A0909e6157
Octal274376346320110236141127
Binary101111001111111011100110110100100101001111011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEE6; }

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

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

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

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

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

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

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

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