#BDBFB1

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

Shades of Beryl Green #BDBFB1

Tints of Beryl Green #BDBFB1

Color information

#BDBFB1 (or 0xBDBFB1) is unknown color: approx Beryl Green. HEX triplet: BD, BF and B1. RGB value is (189,191,177). Sum of RGB (Red+Green+Blue) = 189+191+177=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 177 (69.53% from 255 or 31.78% from 557); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFB1 is #42404E. Grayscale: #BCBCBC. Windows color (decimal): -4341839 or 11648957. OLE color: 11648957.

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

Color convert

RGB189191177-
CMYK0.0100.070.25
HSL68.57º9.86%72.16%-
HSV(B)68.57º7.33%74.9%-
XYZ47.5551.2548.98-
YUV188.81121.34128.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 177 (69.53% from 255) = 31.78%
R=33.93%
G=34.29%
B=31.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911770.0100.070.2568.579.8672.16
HexBDBFB11071945a48
Octal2752772611073110512110
Binary1011110110111111101100011011111001100010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFB1; }

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

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

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

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

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

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

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

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