#B9BAAF

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

Shades of Beryl Green #B9BAAF

Tints of Beryl Green #B9BAAF

Color information

#B9BAAF (or 0xB9BAAF) is unknown color: approx Beryl Green. HEX triplet: B9, BA and AF. RGB value is (185,186,175). Sum of RGB (Red+Green+Blue) = 185+186+175=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAAF is #464550. Grayscale: #B8B8B8. Windows color (decimal): -4605265 or 11516601. OLE color: 11516601.

HSL color Cylindrical-coordinate representation of color #B9BAAF: hue angle of 65.45º degrees, saturation: 0.07, 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 #B9BAAF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185186175-
CMYK0.0100.060.27
HSL65.45º7.38%70.78%-
HSV(B)65.45º5.91%72.94%-
XYZ45.348.5347.54-
YUV184.45122.67128.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.88%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 175 (68.75% from 255) = 32.05%
R=33.88%
G=34.07%
B=32.05%

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
Decimal1851861750.0100.060.2765.457.3870.78
HexB9BAAF1061B41747
Octal271272257106331017107
Binary101110011011101010101111101101101110000011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAAF; }

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

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

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

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

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

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

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

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