#BCFCE2

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

Shades of Water Leaf #BCFCE2

Tints of Water Leaf #BCFCE2

Color information

#BCFCE2 (or 0xBCFCE2) is unknown color: approx Water Leaf. HEX triplet: BC, FC and E2. RGB value is (188,252,226). Sum of RGB (Red+Green+Blue) = 188+252+226=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCE2 is #43031D. Grayscale: #E5E5E5. Windows color (decimal): -4391710 or 14875836. OLE color: 14875836.

HSL color Cylindrical-coordinate representation of color #BCFCE2: hue angle of 155.62º 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 #BCFCE2 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB188252226-
CMYK0.2500.100.01
HSL155.62º91.43%86.27%-
HSV(B)155.62º25.4%98.82%-
XYZ69.2885.884.86-
YUV229.9125.898.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 28.23%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=28.23%
G=37.84%
B=33.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522260.2500.100.01155.6291.4386.27
HexBCFCE2190A19c5b56
Octal274374342310121234133126
Binary101111001111110011100010110010101011001110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCE2; }

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

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

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

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

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

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

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

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