#B8BFA0

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

Shades of Beryl Green #B8BFA0

Tints of Beryl Green #B8BFA0

Color information

#B8BFA0 (or 0xB8BFA0) is unknown color: approx Beryl Green. HEX triplet: B8, BF and A0. RGB value is (184,191,160). Sum of RGB (Red+Green+Blue) = 184+191+160=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 160 (62.89% from 255 or 29.91% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BFA0 is #47405F. Grayscale: #B9B9B9. Windows color (decimal): -4669536 or 10534840. OLE color: 10534840.

HSL color Cylindrical-coordinate representation of color #B8BFA0: hue angle of 73.55º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8BFA0 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB184191160-
CMYK0.0400.160.25
HSL73.55º19.5%68.82%-
HSV(B)73.55º16.23%74.9%-
XYZ44.7449.9940.55-
YUV185.37113.68127.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 191 (75% from 255) = 35.70%
BLUE value IS 160 (62.89% from 255) = 29.91%
R=34.39%
G=35.70%
B=29.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841911600.0400.160.2573.5519.568.82
HexB8BFA04010194a1345
Octal27027724040203111223105
Binary101110001011111110100000100010000110011001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BFA0; }

 p { color: rgb(184,191,160); }

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

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

 a { background-color: rgb(184,191,160); }

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

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

 span { border-color: rgb(184,191,160); }

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