#BCFAC5

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

Shades of Granny Apple #BCFAC5

Tints of Granny Apple #BCFAC5

Color information

#BCFAC5 (or 0xBCFAC5) is unknown color: approx Granny Apple. HEX triplet: BC, FA and C5. RGB value is (188,250,197). Sum of RGB (Red+Green+Blue) = 188+250+197=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BCFAC5 is #43053A. Grayscale: #E1E1E1. Windows color (decimal): -4392251 or 12974780. OLE color: 12974780.

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

Color convert

RGB188250197-
CMYK0.2500.210.02
HSL128.71º86.11%85.88%-
HSV(B)128.71º24.8%98.04%-
XYZ6583.0965.44-
YUV225.42111.96101.31-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 197 (77.34% from 255) = 31.02%
R=29.61%
G=39.37%
B=31.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501970.2500.210.02128.7186.1185.88
HexBCFAC5190152815656
Octal274372305310252201126126
Binary10111100111110101100010111001010101101000000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFAC5; }

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

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

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

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

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

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

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

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