#BFC2AA

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

Shades of Beryl Green #BFC2AA

Tints of Beryl Green #BFC2AA

Color information

#BFC2AA (or 0xBFC2AA) is unknown color: approx Beryl Green. HEX triplet: BF, C2 and AA. RGB value is (191,194,170). Sum of RGB (Red+Green+Blue) = 191+194+170=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC2AA is #403D55. Grayscale: #BEBEBE. Windows color (decimal): -4210006 or 11190975. OLE color: 11190975.

HSL color Cylindrical-coordinate representation of color #BFC2AA: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC2AA is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB191194170-
CMYK0.0200.120.24
HSL67.5º16.44%71.37%-
HSV(B)67.5º12.37%76.08%-
XYZ48.0352.5645.64-
YUV190.37116.51128.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=34.41%
G=34.95%
B=30.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941700.0200.120.2467.516.4471.37
HexBFC2AA20C18441047
Octal27730225220143010420107
Binary1011111111000010101010101001100110001000100100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC2AA; }

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

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

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

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

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

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

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

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