#B9BBAF

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

Shades of Beryl Green #B9BBAF

Tints of Beryl Green #B9BBAF

Color information

#B9BBAF (or 0xB9BBAF) is unknown color: approx Beryl Green. HEX triplet: B9, BB and AF. RGB value is (185,187,175). Sum of RGB (Red+Green+Blue) = 185+187+175=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BBAF is #464450. Grayscale: #B9B9B9. Windows color (decimal): -4605009 or 11516857. OLE color: 11516857.

HSL color Cylindrical-coordinate representation of color #B9BBAF: hue angle of 70º degrees, saturation: 0.08, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B9BBAF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185187175-
CMYK0.0100.060.27
HSL70º8.11%70.98%-
HSV(B)70º6.42%73.33%-
XYZ45.5248.9547.61-
YUV185.03122.34127.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 187 (73.44% from 255) = 34.19%
BLUE value IS 175 (68.75% from 255) = 31.99%
R=33.82%
G=34.19%
B=31.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871750.0100.060.27708.1170.98
HexB9BBAF1061B46847
Octal2712732571063310610107
Binary1011100110111011101011111011011011100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBAF; }

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

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

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

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

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

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

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

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