#BCFAC1

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

Shades of Granny Apple #BCFAC1

Tints of Granny Apple #BCFAC1

Color information

#BCFAC1 (or 0xBCFAC1) is unknown color: approx Granny Apple. HEX triplet: BC, FA and C1. RGB value is (188,250,193). Sum of RGB (Red+Green+Blue) = 188+250+193=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 193 (75.78% from 255 or 30.59% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC1 is #43053E. Grayscale: #E1E1E1. Windows color (decimal): -4392255 or 12712636. OLE color: 12712636.

HSL color Cylindrical-coordinate representation of color #BCFAC1: hue angle of 124.84º degrees, saturation: 0.86, 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 #BCFAC1 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB188250193-
CMYK0.2500.230.02
HSL124.84º86.11%85.88%-
HSV(B)124.84º24.8%98.04%-
XYZ64.5582.9163.05-
YUV224.96109.96101.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.79%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 193 (75.78% from 255) = 30.59%
R=29.79%
G=39.62%
B=30.59%

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
Decimal1882501930.2500.230.02124.8486.1185.88
HexBCFAC11901727d5656
Octal274372301310272175126126
Binary1011110011111010110000011100101011110111110110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAC1; }

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

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

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

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

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

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

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

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