#B9BDAF

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

Shades of Beryl Green #B9BDAF

Tints of Beryl Green #B9BDAF

Color information

#B9BDAF (or 0xB9BDAF) is unknown color: approx Beryl Green. HEX triplet: B9, BD and AF. RGB value is (185,189,175). Sum of RGB (Red+Green+Blue) = 185+189+175=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BDAF is #464250. Grayscale: #BABABA. Windows color (decimal): -4604497 or 11517369. OLE color: 11517369.

HSL color Cylindrical-coordinate representation of color #B9BDAF: hue angle of 77.14º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BDAF is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB185189175-
CMYK0.0200.070.26
HSL77.14º9.59%71.37%-
HSV(B)77.14º7.41%74.12%-
XYZ45.9449.847.75-
YUV186.21121.67127.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 175 (68.75% from 255) = 31.88%
R=33.70%
G=34.43%
B=31.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851891750.0200.070.2677.149.5971.37
HexB9BDAF2071A4da47
Octal2712752572073211512107
Binary10111001101111011010111110011111010100110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDAF; }

 p { color: rgb(185,189,175); }

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

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

 a { background-color: rgb(185,189,175); }

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

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

 span { border-color: rgb(185,189,175); }

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