#B8BAAE

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

Shades of Beryl Green #B8BAAE

Tints of Beryl Green #B8BAAE

Color information

#B8BAAE (or 0xB8BAAE) is unknown color: approx Beryl Green. HEX triplet: B8, BA and AE. RGB value is (184,186,174). Sum of RGB (Red+Green+Blue) = 184+186+174=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 174 (68.36% from 255 or 31.99% from 544); Max value from RGB is 186 - color contains mainly: green. Hex color #B8BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BAAE is #474551. Grayscale: #B8B8B8. Windows color (decimal): -4670802 or 11451064. OLE color: 11451064.

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

Color convert

RGB184186174-
CMYK0.0100.060.27
HSL70º8%70.59%-
HSV(B)70º6.45%72.94%-
XYZ44.9748.3647.01-
YUV184.03122.34127.98-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.82%
GREEN value IS 186 (73.05% from 255) = 34.19%
BLUE value IS 174 (68.36% 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
Decimal1841861740.0100.060.2770870.59
HexB8BAAE1061B46847
Octal2702722561063310610107
Binary1011100010111010101011101011011011100011010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BAAE; }

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

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

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

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

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

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

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

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