#BCFEC8

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

Shades of Granny Apple #BCFEC8

Tints of Granny Apple #BCFEC8

Color information

#BCFEC8 (or 0xBCFEC8) is unknown color: approx Granny Apple. HEX triplet: BC, FE and C8. RGB value is (188,254,200). Sum of RGB (Red+Green+Blue) = 188+254+200=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFEC8 is #430137. Grayscale: #E4E4E4. Windows color (decimal): -4391224 or 13172412. OLE color: 13172412.

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

Color convert

RGB188254200-
CMYK0.2600.210.00
HSL130.91º97.06%86.67%-
HSV(B)130.91º25.98%99.61%-
XYZ66.6185.7567.68-
YUV228.11112.1399.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=29.28%
G=39.56%
B=31.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1882542000.2600.210.00130.9197.0686.67
HexBCFEC81A0150836157
Octal274376310320250203141127
Binary1011110011111110110010001101001010101000001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFEC8; }

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

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

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

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

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

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

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

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