#BFC5AB

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

Shades of Beryl Green #BFC5AB

Tints of Beryl Green #BFC5AB

Color information

#BFC5AB (or 0xBFC5AB) is unknown color: approx Beryl Green. HEX triplet: BF, C5 and AB. RGB value is (191,197,171). Sum of RGB (Red+Green+Blue) = 191+197+171=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AB is #403A54. Grayscale: #C0C0C0. Windows color (decimal): -4209237 or 11257279. OLE color: 11257279.

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

Color convert

RGB191197171-
CMYK0.0300.130.23
HSL73.85º18.31%72.16%-
HSV(B)73.85º13.2%77.25%-
XYZ48.853.9546.37-
YUV192.24116.01127.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 197 (77.34% from 255) = 35.24%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=34.17%
G=35.24%
B=30.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971710.0300.130.2373.8518.3172.16
HexBFC5AB30D174a1248
Octal27730525330152711222110
Binary1011111111000101101010111101101101111001010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC5AB; }

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

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

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

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

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

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

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

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