#bffac7

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

Shades of Granny Apple #BFFAC7

Tints of Granny Apple #BFFAC7

Color information

#BFFAC7 (or 0xBFFAC7) is unknown color: approx Granny Apple. HEX triplet: BF, FA and C7. RGB value is (191,250,199). Sum of RGB (Red+Green+Blue) = 191+250+199=640 (84% of max value = 765). Red value is 191 (75% from 255 or 29.84% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 199 (78.12% from 255 or 31.09% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAC7 is #400538. Grayscale: #E2E2E2. Windows color (decimal): -4195641 or 13105855. OLE color: 13105855.

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

Color convert

RGB191250199-
CMYK0.2400.200.02
HSL128.14º85.51%86.47%-
HSV(B)128.14º23.6%98.04%-
XYZ65.9883.5766.69-
YUV226.54112.45102.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.84%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 199 (78.12% from 255) = 31.09%
R=29.84%
G=39.06%
B=31.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501990.2400.200.02128.1485.5186.47
HexBFFAC7180142805656
Octal277372307300242200126126
Binary10111111111110101100011111000010100101000000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bffac7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bffac7; }

 p { color: rgb(191,250,199); }

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

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

 a { background-color: rgb(191,250,199); }

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

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

 span { border-color: rgb(191,250,199); }

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