#BFFBC0

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

Shades of Granny Apple #BFFBC0

Tints of Granny Apple #BFFBC0

Color information

#BFFBC0 (or 0xBFFBC0) is unknown color: approx Granny Apple. HEX triplet: BF, FB and C0. RGB value is (191,251,192). Sum of RGB (Red+Green+Blue) = 191+251+192=634 (83% of max value = 765). Red value is 191 (75% from 255 or 30.13% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 192 (75.39% from 255 or 30.28% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #BFFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFBC0 is #40043F. Grayscale: #E2E2E2. Windows color (decimal): -4195392 or 12647359. OLE color: 12647359.

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

Color convert

RGB191251192-
CMYK0.2400.240.02
HSL121º88.24%86.67%-
HSV(B)121º23.9%98.43%-
XYZ65.583.8862.61-
YUV226.33108.62102.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.13%
GREEN value IS 251 (98.44% from 255) = 39.59%
BLUE value IS 192 (75.39% from 255) = 30.28%
R=30.13%
G=39.59%
B=30.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912511920.2400.240.0212188.2486.67
HexBFFBC0180182795857
Octal277373300300302171130127
Binary1011111111111011110000001100001100010111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFBC0; }

 p { color: rgb(191,251,192); }

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

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

 a { background-color: rgb(191,251,192); }

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

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

 span { border-color: rgb(191,251,192); }

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