#B8BDA1

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

Shades of Beryl Green #B8BDA1

Tints of Beryl Green #B8BDA1

Color information

#B8BDA1 (or 0xB8BDA1) is unknown color: approx Beryl Green. HEX triplet: B8, BD and A1. RGB value is (184,189,161). Sum of RGB (Red+Green+Blue) = 184+189+161=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 189 (74.22% from 255 or 35.39% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BDA1 is #47425E. Grayscale: #B8B8B8. Windows color (decimal): -4670047 or 10599864. OLE color: 10599864.

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

Color convert

RGB184189161-
CMYK0.0300.150.26
HSL70.71º17.5%68.63%-
HSV(B)70.71º14.81%74.12%-
XYZ44.449.1640.87-
YUV184.31114.84127.78-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.46%
GREEN value IS 189 (74.22% from 255) = 35.39%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=34.46%
G=35.39%
B=30.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891610.0300.150.2670.7117.568.63
HexB8BDA130F1A471245
Octal27027524130173210722105
Binary1011100010111101101000011101111110101000111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDA1; }

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

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

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

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

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

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

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

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