#B9BBAE

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

Shades of Beryl Green #B9BBAE

Tints of Beryl Green #B9BBAE

Color information

#B9BBAE (or 0xB9BBAE) is unknown color: approx Beryl Green. HEX triplet: B9, BB and AE. RGB value is (185,187,174). Sum of RGB (Red+Green+Blue) = 185+187+174=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B9BBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BBAE is #464451. Grayscale: #B8B8B8. Windows color (decimal): -4605010 or 11451321. OLE color: 11451321.

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

Color convert

RGB185187174-
CMYK0.0100.070.27
HSL69.23º8.72%70.78%-
HSV(B)69.23º6.95%73.33%-
XYZ45.4248.9147.09-
YUV184.92121.84128.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=33.88%
G=34.25%
B=31.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851871740.0100.070.2769.238.7270.78
HexB9BBAE1071B45947
Octal2712732561073310511107
Binary1011100110111011101011101011111011100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BBAE; }

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

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

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

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

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

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

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

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