#BDBFB6

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

Shades of Beryl Green #BDBFB6

Tints of Beryl Green #BDBFB6

Color information

#BDBFB6 (or 0xBDBFB6) is unknown color: approx Beryl Green. HEX triplet: BD, BF and B6. RGB value is (189,191,182). Sum of RGB (Red+Green+Blue) = 189+191+182=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFB6 is #424049. Grayscale: #BDBDBD. Windows color (decimal): -4341834 or 11976637. OLE color: 11976637.

HSL color Cylindrical-coordinate representation of color #BDBFB6: hue angle of 73.33º 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 #BDBFB6 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB189191182-
CMYK0.0100.050.25
HSL73.33º6.57%73.14%-
HSV(B)73.33º4.71%74.9%-
XYZ48.0651.4651.66-
YUV189.38123.84127.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.63%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 182 (71.48% from 255) = 32.38%
R=33.63%
G=33.99%
B=32.38%

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
Decimal1891911820.0100.050.2573.336.5773.14
HexBDBFB61051949749
Octal275277266105311117111
Binary101111011011111110110110101011100110010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFB6; }

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

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

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

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

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

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

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

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