#BCFCC8

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

Shades of Granny Apple #BCFCC8

Tints of Granny Apple #BCFCC8

Color information

#BCFCC8 (or 0xBCFCC8) is unknown color: approx Granny Apple. HEX triplet: BC, FC and C8. RGB value is (188,252,200). Sum of RGB (Red+Green+Blue) = 188+252+200=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 252 (98.83% from 255 or 39.38% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC8 is #430337. Grayscale: #E3E3E3. Windows color (decimal): -4391736 or 13171900. OLE color: 13171900.

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

Color convert

RGB188252200-
CMYK0.2500.210.01
HSL131.25º91.43%86.27%-
HSV(B)131.25º25.4%98.82%-
XYZ65.9784.4867.47-
YUV226.94112.8100.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 252 (98.83% from 255) = 39.38%
BLUE value IS 200 (78.52% from 255) = 31.25%
R=29.38%
G=39.38%
B=31.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522000.2500.210.01131.2591.4386.27
HexBCFCC8190151835b56
Octal274374310310251203133126
Binary1011110011111100110010001100101010111000001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCC8; }

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

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

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

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

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

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

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

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