#BCFBC1

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

Shades of Granny Apple #BCFBC1

Tints of Granny Apple #BCFBC1

Color information

#BCFBC1 (or 0xBCFBC1) is unknown color: approx Granny Apple. HEX triplet: BC, FB and C1. RGB value is (188,251,193). Sum of RGB (Red+Green+Blue) = 188+251+193=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 251 (98.44% from 255 or 39.72% from 632); Blue value is 193 (75.78% from 255 or 30.54% from 632); Max value from RGB is 251 - color contains mainly: green. Hex color #BCFBC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFBC1 is #43043E. Grayscale: #E1E1E1. Windows color (decimal): -4391999 or 12712892. OLE color: 12712892.

HSL color Cylindrical-coordinate representation of color #BCFBC1: hue angle of 124.76º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCFBC1 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB188251193-
CMYK0.2500.230.02
HSL124.76º88.73%86.08%-
HSV(B)124.76º25.1%98.43%-
XYZ64.8683.5463.16-
YUV225.55109.63101.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.75%
GREEN value IS 251 (98.44% from 255) = 39.72%
BLUE value IS 193 (75.78% from 255) = 30.54%
R=29.75%
G=39.72%
B=30.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882511930.2500.230.02124.7688.7386.08
HexBCFBC11901727d5956
Octal274373301310272175131126
Binary1011110011111011110000011100101011110111110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFBC1; }

 p { color: rgb(188,251,193); }

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

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

 a { background-color: rgb(188,251,193); }

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

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

 span { border-color: rgb(188,251,193); }

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