#B9BAB2

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

Shades of Beryl Green #B9BAB2

Tints of Beryl Green #B9BAB2

Color information

#B9BAB2 (or 0xB9BAB2) is unknown color: approx Beryl Green. HEX triplet: B9, BA and B2. RGB value is (185,186,178). Sum of RGB (Red+Green+Blue) = 185+186+178=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAB2 is #46454D. Grayscale: #B8B8B8. Windows color (decimal): -4605262 or 11713209. OLE color: 11713209.

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

Color convert

RGB185186178-
CMYK0.0100.040.27
HSL67.5º5.48%71.37%-
HSV(B)67.5º4.3%72.94%-
XYZ45.648.6549.11-
YUV184.79124.17128.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.70%
GREEN value IS 186 (73.05% from 255) = 33.88%
BLUE value IS 178 (69.92% from 255) = 32.42%
R=33.70%
G=33.88%
B=32.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851861780.0100.040.2767.55.4871.37
HexB9BAB21041B43547
Octal271272262104331035107
Binary101110011011101010110010101001101110000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAB2; }

 p { color: rgb(185,186,178); }

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

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

 a { background-color: rgb(185,186,178); }

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

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

 span { border-color: rgb(185,186,178); }

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