#BCFCC5

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

Shades of Granny Apple #BCFCC5

Tints of Granny Apple #BCFCC5

Color information

#BCFCC5 (or 0xBCFCC5) is unknown color: approx Granny Apple. HEX triplet: BC, FC and C5. RGB value is (188,252,197). Sum of RGB (Red+Green+Blue) = 188+252+197=637 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.51% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFCC5 is #43033A. Grayscale: #E2E2E2. Windows color (decimal): -4391739 or 12975292. OLE color: 12975292.

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

Color convert

RGB188252197-
CMYK0.2500.220.01
HSL128.44º91.43%86.27%-
HSV(B)128.44º25.4%98.82%-
XYZ65.6384.3465.64-
YUV226.59111.3100.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.51%
GREEN value IS 252 (98.83% from 255) = 39.56%
BLUE value IS 197 (77.34% from 255) = 30.93%
R=29.51%
G=39.56%
B=30.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1882521970.2500.220.01128.4491.4386.27
HexBCFCC5190161805b56
Octal274374305310261200133126
Binary1011110011111100110001011100101011011000000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFCC5; }

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

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

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

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

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

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

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

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