#BCFBEC

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

Shades of Water Leaf #BCFBEC

Tints of Water Leaf #BCFBEC

Color information

#BCFBEC (or 0xBCFBEC) is unknown color: approx Water Leaf. HEX triplet: BC, FB and EC. RGB value is (188,251,236). Sum of RGB (Red+Green+Blue) = 188+251+236=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFBEC is #430413. Grayscale: #E6E6E6. Windows color (decimal): -4391956 or 15530940. OLE color: 15530940.

HSL color Cylindrical-coordinate representation of color #BCFBEC: hue angle of 165.71º degrees, saturation: 0.89, 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 #BCFBEC is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB188251236-
CMYK0.2500.060.02
HSL165.71º88.73%86.08%-
HSV(B)165.71º25.1%98.43%-
XYZ70.3885.7492.2-
YUV230.45131.1397.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 27.85%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=27.85%
G=37.19%
B=34.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882512360.2500.060.02165.7188.7386.08
HexBCFBEC19062a65956
Octal27437335431062246131126
Binary101111001111101111101100110010110101010011010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBEC; }

 p { color: rgb(188,251,236); }

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

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

 a { background-color: rgb(188,251,236); }

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

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

 span { border-color: rgb(188,251,236); }

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