#BCFECC

Color #BCFECC Granny Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Apple #BCFECC

Tints of Granny Apple #BCFECC

Color information

#BCFECC (or 0xBCFECC) is unknown color: approx Granny Apple. HEX triplet: BC, FE and CC. RGB value is (188,254,204). Sum of RGB (Red+Green+Blue) = 188+254+204=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFECC is #430133. Grayscale: #E4E4E4. Windows color (decimal): -4391220 or 13434556. OLE color: 13434556.

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

Color convert

RGB188254204-
CMYK0.2600.200.00
HSL134.55º97.06%86.67%-
HSV(B)134.55º25.98%99.61%-
XYZ67.0885.9370.18-
YUV228.57114.1399.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.10%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=29.10%
G=39.32%
B=31.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542040.2600.200.00134.5597.0686.67
HexBCFECC1A0140876157
Octal274376314320240207141127
Binary1011110011111110110011001101001010001000011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFECC; }

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

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

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

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

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

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

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

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