#BFC2AF

Color #BFC2AF Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BFC2AF

Tints of Beryl Green #BFC2AF

Color information

#BFC2AF (or 0xBFC2AF) is unknown color: approx Beryl Green. HEX triplet: BF, C2 and AF. RGB value is (191,194,175). Sum of RGB (Red+Green+Blue) = 191+194+175=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AF is #403D50. Grayscale: #BFBFBF. Windows color (decimal): -4210001 or 11518655. OLE color: 11518655.

HSL color Cylindrical-coordinate representation of color #BFC2AF: hue angle of 69.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC2AF is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB191194175-
CMYK0.0200.100.24
HSL69.47º13.48%72.35%-
HSV(B)69.47º9.79%76.08%-
XYZ48.5252.7648.18-
YUV190.94119.01128.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.11%
GREEN value IS 194 (76.17% from 255) = 34.64%
BLUE value IS 175 (68.75% from 255) = 31.25%
R=34.11%
G=34.64%
B=31.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941750.0200.100.2469.4713.4872.35
HexBFC2AF20A1845d48
Octal27730225720123010515110
Binary101111111100001010101111100101011000100010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2AF; }

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

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

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

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

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

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

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

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