#BDC2AB

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

Shades of Beryl Green #BDC2AB

Tints of Beryl Green #BDC2AB

Color information

#BDC2AB (or 0xBDC2AB) is unknown color: approx Beryl Green. HEX triplet: BD, C2 and AB. RGB value is (189,194,171). Sum of RGB (Red+Green+Blue) = 189+194+171=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AB is #423D54. Grayscale: #BDBDBD. Windows color (decimal): -4341077 or 11256509. OLE color: 11256509.

HSL color Cylindrical-coordinate representation of color #BDC2AB: hue angle of 73.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDC2AB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB189194171-
CMYK0.0300.120.24
HSL73.04º15.86%71.57%-
HSV(B)73.04º11.86%76.08%-
XYZ47.6352.3446.12-
YUV189.88117.34127.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=34.12%
G=35.02%
B=30.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941710.0300.120.2473.0415.8671.57
HexBDC2AB30C18491048
Octal27530225330143011120110
Binary1011110111000010101010111101100110001001001100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2AB; }

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

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

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

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

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

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

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

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