#BDC1AB

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

Shades of Beryl Green #BDC1AB

Tints of Beryl Green #BDC1AB

Color information

#BDC1AB (or 0xBDC1AB) is unknown color: approx Beryl Green. HEX triplet: BD, C1 and AB. RGB value is (189,193,171). Sum of RGB (Red+Green+Blue) = 189+193+171=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 193 (75.78% from 255 or 34.90% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AB is #423E54. Grayscale: #BDBDBD. Windows color (decimal): -4341333 or 11256253. OLE color: 11256253.

HSL color Cylindrical-coordinate representation of color #BDC1AB: hue angle of 70.91º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BDC1AB is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB189193171-
CMYK0.0200.110.24
HSL70.91º15.07%71.37%-
HSV(B)70.91º11.4%75.69%-
XYZ47.4151.946.05-
YUV189.3117.67127.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 193 (75.78% from 255) = 34.90%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=34.18%
G=34.90%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931710.0200.110.2470.9115.0771.37
HexBDC1AB20B1847f47
Octal27530125320133010717107
Binary101111011100000110101011100101111000100011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1AB; }

 p { color: rgb(189,193,171); }

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

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

 a { background-color: rgb(189,193,171); }

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

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

 span { border-color: rgb(189,193,171); }

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