#BCFCE7

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

Shades of Water Leaf #BCFCE7

Tints of Water Leaf #BCFCE7

Color information

#BCFCE7 (or 0xBCFCE7) is unknown color: approx Water Leaf. HEX triplet: BC, FC and E7. RGB value is (188,252,231). Sum of RGB (Red+Green+Blue) = 188+252+231=671 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.02% from 671); Green value is 252 (98.83% from 255 or 37.56% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCFCE7 is #430318. Grayscale: #E6E6E6. Windows color (decimal): -4391705 or 15203516. OLE color: 15203516.

HSL color Cylindrical-coordinate representation of color #BCFCE7: hue angle of 160.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFCE7 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB188252231-
CMYK0.2500.080.01
HSL160.31º91.43%86.27%-
HSV(B)160.31º25.4%98.82%-
XYZ69.9786.0888.53-
YUV230.47128.397.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.02%
GREEN value IS 252 (98.83% from 255) = 37.56%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=28.02%
G=37.56%
B=34.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522310.2500.080.01160.3191.4386.27
HexBCFCE719081a05b56
Octal274374347310101240133126
Binary101111001111110011100111110010100011010000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCE7; }

 p { color: rgb(188,252,231); }

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

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

 a { background-color: rgb(188,252,231); }

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

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

 span { border-color: rgb(188,252,231); }

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