#BFFACA

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

Shades of Granny Apple #BFFACA

Tints of Granny Apple #BFFACA

Color information

#BFFACA (or 0xBFFACA) is unknown color: approx Granny Apple. HEX triplet: BF, FA and CA. RGB value is (191,250,202). Sum of RGB (Red+Green+Blue) = 191+250+202=643 (85% of max value = 765). Red value is 191 (75% from 255 or 29.70% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFACA is #400535. Grayscale: #E3E3E3. Windows color (decimal): -4195638 or 13302463. OLE color: 13302463.

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

Color convert

RGB191250202-
CMYK0.2400.190.02
HSL131.19º85.51%86.47%-
HSV(B)131.19º23.6%98.04%-
XYZ66.3383.7168.54-
YUV226.89113.95102.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.70%
GREEN value IS 250 (98.05% from 255) = 38.88%
BLUE value IS 202 (79.30% from 255) = 31.42%
R=29.70%
G=38.88%
B=31.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912502020.2400.190.02131.1985.5186.47
HexBFFACA180132835656
Octal277372312300232203126126
Binary10111111111110101100101011000010011101000001110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFACA; }

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

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

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

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

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

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

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

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