#BDBFB2

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

Shades of Beryl Green #BDBFB2

Tints of Beryl Green #BDBFB2

Color information

#BDBFB2 (or 0xBDBFB2) is unknown color: approx Beryl Green. HEX triplet: BD, BF and B2. RGB value is (189,191,178). Sum of RGB (Red+Green+Blue) = 189+191+178=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 178 (69.92% from 255 or 31.90% from 558); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFB2 is #42404D. Grayscale: #BCBCBC. Windows color (decimal): -4341838 or 11714493. OLE color: 11714493.

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

Color convert

RGB189191178-
CMYK0.0100.070.25
HSL69.23º9.22%72.35%-
HSV(B)69.23º6.81%74.9%-
XYZ47.6551.2949.51-
YUV188.92121.84128.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 178 (69.92% from 255) = 31.90%
R=33.87%
G=34.23%
B=31.90%

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
Decimal1891911780.0100.070.2569.239.2272.35
HexBDBFB21071945948
Octal2752772621073110511110
Binary1011110110111111101100101011111001100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFB2; }

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

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

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

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

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

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

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

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