#B8BDAC

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

Shades of Beryl Green #B8BDAC

Tints of Beryl Green #B8BDAC

Color information

#B8BDAC (or 0xB8BDAC) is unknown color: approx Beryl Green. HEX triplet: B8, BD and AC. RGB value is (184,189,172). Sum of RGB (Red+Green+Blue) = 184+189+172=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BDAC is #474253. Grayscale: #B9B9B9. Windows color (decimal): -4670036 or 11320760. OLE color: 11320760.

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

Color convert

RGB184189172-
CMYK0.0300.090.26
HSL77.65º11.41%70.78%-
HSV(B)77.65º8.99%74.12%-
XYZ45.4149.5646.2-
YUV185.57120.34126.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=33.76%
G=34.68%
B=31.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891720.0300.090.2677.6511.4170.78
HexB8BDAC3091A4eb47
Octal27027525430113211613107
Binary101110001011110110101100110100111010100111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDAC; }

 p { color: rgb(184,189,172); }

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

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

 a { background-color: rgb(184,189,172); }

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

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

 span { border-color: rgb(184,189,172); }

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