#B8BDA6

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

Shades of Beryl Green #B8BDA6

Tints of Beryl Green #B8BDA6

Color information

#B8BDA6 (or 0xB8BDA6) is unknown color: approx Beryl Green. HEX triplet: B8, BD and A6. RGB value is (184,189,166). Sum of RGB (Red+Green+Blue) = 184+189+166=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BDA6 is #474259. Grayscale: #B8B8B8. Windows color (decimal): -4670042 or 10927544. OLE color: 10927544.

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

Color convert

RGB184189166-
CMYK0.0300.120.26
HSL73.04º14.84%69.61%-
HSV(B)73.04º12.17%74.12%-
XYZ44.8549.3443.24-
YUV184.88117.34127.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.14%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 166 (65.23% from 255) = 30.80%
R=34.14%
G=35.06%
B=30.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891660.0300.120.2673.0414.8469.61
HexB8BDA630C1A49f46
Octal27027524630143211117106
Binary101110001011110110100110110110011010100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BDA6; }

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

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

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

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

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

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

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

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