#B9BCAE

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

Shades of Beryl Green #B9BCAE

Tints of Beryl Green #B9BCAE

Color information

#B9BCAE (or 0xB9BCAE) is unknown color: approx Beryl Green. HEX triplet: B9, BC and AE. RGB value is (185,188,174). Sum of RGB (Red+Green+Blue) = 185+188+174=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 174 (68.36% from 255 or 31.81% from 547); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BCAE is #464351. Grayscale: #B9B9B9. Windows color (decimal): -4604754 or 11451577. OLE color: 11451577.

HSL color Cylindrical-coordinate representation of color #B9BCAE: hue angle of 72.86º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B9BCAE is Cyan = 0.02, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB185188174-
CMYK0.0200.070.26
HSL72.86º9.46%70.98%-
HSV(B)72.86º7.45%73.73%-
XYZ45.6349.3447.16-
YUV185.51121.51127.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 188 (73.83% from 255) = 34.37%
BLUE value IS 174 (68.36% from 255) = 31.81%
R=33.82%
G=34.37%
B=31.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851881740.0200.070.2672.869.4670.98
HexB9BCAE2071A49947
Octal2712742562073211111107
Binary10111001101111001010111010011111010100100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BCAE; }

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

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

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

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

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

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

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

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