#B8BAAF

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

Shades of Beryl Green #B8BAAF

Tints of Beryl Green #B8BAAF

Color information

#B8BAAF (or 0xB8BAAF) is unknown color: approx Beryl Green. HEX triplet: B8, BA and AF. RGB value is (184,186,175). Sum of RGB (Red+Green+Blue) = 184+186+175=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BAAF is #474550. Grayscale: #B8B8B8. Windows color (decimal): -4670801 or 11516600. OLE color: 11516600.

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

Color convert

RGB184186175-
CMYK0.0100.060.27
HSL70.91º7.38%70.78%-
HSV(B)70.91º5.91%72.94%-
XYZ45.0648.447.53-
YUV184.15122.84127.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=33.76%
G=34.13%
B=32.11%

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
Decimal1841861750.0100.060.2770.917.3870.78
HexB8BAAF1061B47747
Octal270272257106331077107
Binary101110001011101010101111101101101110001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAAF; }

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

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

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

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

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

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

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

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