#BDBFA2

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

Shades of Beryl Green #BDBFA2

Tints of Beryl Green #BDBFA2

Color information

#BDBFA2 (or 0xBDBFA2) is unknown color: approx Beryl Green. HEX triplet: BD, BF and A2. RGB value is (189,191,162). Sum of RGB (Red+Green+Blue) = 189+191+162=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 191 (75% from 255 or 35.24% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFA2 is #42405D. Grayscale: #BBBBBB. Windows color (decimal): -4341854 or 10665917. OLE color: 10665917.

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

Color convert

RGB189191162-
CMYK0.0100.150.25
HSL64.14º18.47%69.22%-
HSV(B)64.14º15.18%74.9%-
XYZ46.1450.6941.53-
YUV187.1113.84129.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.87%
GREEN value IS 191 (75% from 255) = 35.24%
BLUE value IS 162 (63.67% from 255) = 29.89%
R=34.87%
G=35.24%
B=29.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911620.0100.150.2564.1418.4769.22
HexBDBFA210F19401245
Octal27527724210173110022105
Binary101111011011111110100010101111110011000000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFA2; }

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

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

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

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

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

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

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

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