#BCFAC3

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

Shades of Granny Apple #BCFAC3

Tints of Granny Apple #BCFAC3

Color information

#BCFAC3 (or 0xBCFAC3) is unknown color: approx Granny Apple. HEX triplet: BC, FA and C3. RGB value is (188,250,195). Sum of RGB (Red+Green+Blue) = 188+250+195=633 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.70% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 195 (76.56% from 255 or 30.81% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC3 is #43053C. Grayscale: #E1E1E1. Windows color (decimal): -4392253 or 12843708. OLE color: 12843708.

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

Color convert

RGB188250195-
CMYK0.2500.220.02
HSL126.77º86.11%85.88%-
HSV(B)126.77º24.8%98.04%-
XYZ64.778364.24-
YUV225.19110.96101.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.70%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 195 (76.56% from 255) = 30.81%
R=29.70%
G=39.49%
B=30.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501950.2500.220.02126.7786.1185.88
HexBCFAC31901627f5656
Octal274372303310262177126126
Binary1011110011111010110000111100101011010111111110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAC3; }

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

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

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

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

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

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

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

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