#B8BD9E

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

Shades of Beryl Green #B8BD9E

Tints of Beryl Green #B8BD9E

Color information

#B8BD9E (or 0xB8BD9E) is unknown color: approx Beryl Green. HEX triplet: B8, BD and 9E. RGB value is (184,189,158). Sum of RGB (Red+Green+Blue) = 184+189+158=531 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.65% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 158 (62.11% from 255 or 29.76% from 531); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD9E is #474261. Grayscale: #B8B8B8. Windows color (decimal): -4670050 or 10403256. OLE color: 10403256.

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

Color convert

RGB184189158-
CMYK0.0300.160.26
HSL69.68º19.02%68.04%-
HSV(B)69.68º16.4%74.12%-
XYZ44.1449.0539.49-
YUV183.97113.34128.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.65%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 158 (62.11% from 255) = 29.76%
R=34.65%
G=35.59%
B=29.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1841891580.0300.160.2669.6819.0268.04
HexB8BD9E30101A461344
Octal27027523630203210623104
Binary10111000101111011001111011010000110101000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD9E; }

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

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

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

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

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

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

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

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