#BCFCC9

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

Shades of Granny Apple #BCFCC9

Tints of Granny Apple #BCFCC9

Color information

#BCFCC9 (or 0xBCFCC9) is unknown color: approx Granny Apple. HEX triplet: BC, FC and C9. RGB value is (188,252,201). Sum of RGB (Red+Green+Blue) = 188+252+201=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 201 (78.91% from 255 or 31.36% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC9 is #430336. Grayscale: #E3E3E3. Windows color (decimal): -4391735 or 13237436. OLE color: 13237436.

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

Color convert

RGB188252201-
CMYK0.2500.200.01
HSL132.19º91.43%86.27%-
HSV(B)132.19º25.4%98.82%-
XYZ66.0984.5368.09-
YUV227.05113.3100.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 201 (78.91% from 255) = 31.36%
R=29.33%
G=39.31%
B=31.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882522010.2500.200.01132.1991.4386.27
HexBCFCC9190141845b56
Octal274374311310241204133126
Binary1011110011111100110010011100101010011000010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCC9; }

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

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

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

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

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

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

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

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