#BDBFA3

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

Shades of Beryl Green #BDBFA3

Tints of Beryl Green #BDBFA3

Color information

#BDBFA3 (or 0xBDBFA3) is unknown color: approx Beryl Green. HEX triplet: BD, BF and A3. RGB value is (189,191,163). Sum of RGB (Red+Green+Blue) = 189+191+163=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBFA3 is #42405C. Grayscale: #BBBBBB. Windows color (decimal): -4341853 or 10731453. OLE color: 10731453.

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

Color convert

RGB189191163-
CMYK0.0100.150.25
HSL64.29º17.95%69.41%-
HSV(B)64.29º14.66%74.9%-
XYZ46.2350.7242-
YUV187.21114.34129.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.81%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 163 (64.06% from 255) = 30.02%
R=34.81%
G=35.17%
B=30.02%

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
Decimal1891911630.0100.150.2564.2917.9569.41
HexBDBFA310F19401245
Octal27527724310173110022105
Binary101111011011111110100011101111110011000000100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFA3; }

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

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

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

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

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

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

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

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