#BFC5AA

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

Shades of Beryl Green #BFC5AA

Tints of Beryl Green #BFC5AA

Color information

#BFC5AA (or 0xBFC5AA) is unknown color: approx Beryl Green. HEX triplet: BF, C5 and AA. RGB value is (191,197,170). Sum of RGB (Red+Green+Blue) = 191+197+170=558 (73% of max value = 765). Red value is 191 (75% from 255 or 34.23% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AA is #403A55. Grayscale: #C0C0C0. Windows color (decimal): -4209238 or 11191743. OLE color: 11191743.

HSL color Cylindrical-coordinate representation of color #BFC5AA: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC5AA is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB191197170-
CMYK0.0300.140.23
HSL73.33º18.88%71.96%-
HSV(B)73.33º13.71%77.25%-
XYZ48.7153.9145.87-
YUV192.13115.51127.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.23%
GREEN value IS 197 (77.34% from 255) = 35.30%
BLUE value IS 170 (66.80% from 255) = 30.47%
R=34.23%
G=35.30%
B=30.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971700.0300.140.2373.3318.8871.96
HexBFC5AA30E17491348
Octal27730525230162711123110
Binary1011111111000101101010101101110101111001001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5AA; }

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

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

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

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

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

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

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

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