#BFFAC2

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

Shades of Granny Apple #BFFAC2

Tints of Granny Apple #BFFAC2

Color information

#BFFAC2 (or 0xBFFAC2) is unknown color: approx Granny Apple. HEX triplet: BF, FA and C2. RGB value is (191,250,194). Sum of RGB (Red+Green+Blue) = 191+250+194=635 (84% of max value = 765). Red value is 191 (75% from 255 or 30.08% from 635); Green value is 250 (98.05% from 255 or 39.37% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAC2 is #40053D. Grayscale: #E2E2E2. Windows color (decimal): -4195646 or 12778175. OLE color: 12778175.

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

Color convert

RGB191250194-
CMYK0.2400.220.02
HSL123.05º85.51%86.47%-
HSV(B)123.05º23.6%98.04%-
XYZ65.4183.3463.68-
YUV225.97109.95103.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.08%
GREEN value IS 250 (98.05% from 255) = 39.37%
BLUE value IS 194 (76.17% from 255) = 30.55%
R=30.08%
G=39.37%
B=30.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501940.2400.220.02123.0585.5186.47
HexBFFAC21801627b5656
Octal277372302300262173126126
Binary1011111111111010110000101100001011010111101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAC2; }

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

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

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

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

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

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

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

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