#BDBFB5

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

Shades of Beryl Green #BDBFB5

Tints of Beryl Green #BDBFB5

Color information

#BDBFB5 (or 0xBDBFB5) is unknown color: approx Beryl Green. HEX triplet: BD, BF and B5. RGB value is (189,191,181). Sum of RGB (Red+Green+Blue) = 189+191+181=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 181 (71.09% from 255 or 32.26% from 561); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB5 is #42404A. Grayscale: #BDBDBD. Windows color (decimal): -4341835 or 11911101. OLE color: 11911101.

HSL color Cylindrical-coordinate representation of color #BDBFB5: hue angle of 72º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBFB5 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB189191181-
CMYK0.0100.050.25
HSL72º7.25%72.94%-
HSV(B)72º5.24%74.9%-
XYZ47.9651.4251.11-
YUV189.26123.34127.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.69%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 181 (71.09% from 255) = 32.26%
R=33.69%
G=34.05%
B=32.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911810.0100.050.25727.2572.94
HexBDBFB51051948749
Octal275277265105311107111
Binary101111011011111110110101101011100110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFB5; }

 p { color: rgb(189,191,181); }

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

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

 a { background-color: rgb(189,191,181); }

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

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

 span { border-color: rgb(189,191,181); }

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