#B8BCAD

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

Shades of Beryl Green #B8BCAD

Tints of Beryl Green #B8BCAD

Color information

#B8BCAD (or 0xB8BCAD) is unknown color: approx Beryl Green. HEX triplet: B8, BC and AD. RGB value is (184,188,173). Sum of RGB (Red+Green+Blue) = 184+188+173=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BCAD is #474352. Grayscale: #B9B9B9. Windows color (decimal): -4670291 or 11386040. OLE color: 11386040.

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

Color convert

RGB184188173-
CMYK0.0200.080.26
HSL76º10.07%70.78%-
HSV(B)76º7.98%73.73%-
XYZ45.2949.1746.64-
YUV185.09121.17127.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.76%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=33.76%
G=34.50%
B=31.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841881730.0200.080.267610.0770.78
HexB8BCAD2081A4ca47
Octal27027425520103211412107
Binary101110001011110010101101100100011010100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BCAD; }

 p { color: rgb(184,188,173); }

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

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

 a { background-color: rgb(184,188,173); }

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

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

 span { border-color: rgb(184,188,173); }

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