#B9BAAE

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

Shades of Beryl Green #B9BAAE

Tints of Beryl Green #B9BAAE

Color information

#B9BAAE (or 0xB9BAAE) is unknown color: approx Beryl Green. HEX triplet: B9, BA and AE. RGB value is (185,186,174). Sum of RGB (Red+Green+Blue) = 185+186+174=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 186 - color contains mainly: green. Hex color #B9BAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BAAE is #464551. Grayscale: #B8B8B8. Windows color (decimal): -4605266 or 11451065. OLE color: 11451065.

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

Color convert

RGB185186174-
CMYK0.0100.060.27
HSL65º8%70.59%-
HSV(B)65º6.45%72.94%-
XYZ45.2148.4947.02-
YUV184.33122.17128.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.94%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 174 (68.36% from 255) = 31.93%
R=33.94%
G=34.13%
B=31.93%

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
Decimal1851861740.0100.060.2765870.59
HexB9BAAE1061B41847
Octal2712722561063310110107
Binary1011100110111010101011101011011011100000110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BAAE; }

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

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

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

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

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

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

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

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