#BDC1AC

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

Shades of Beryl Green #BDC1AC

Tints of Beryl Green #BDC1AC

Color information

#BDC1AC (or 0xBDC1AC) is unknown color: approx Beryl Green. HEX triplet: BD, C1 and AC. RGB value is (189,193,172). Sum of RGB (Red+Green+Blue) = 189+193+172=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1AC is #423E53. Grayscale: #BDBDBD. Windows color (decimal): -4341332 or 11321789. OLE color: 11321789.

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

Color convert

RGB189193172-
CMYK0.0200.110.24
HSL71.43º14.48%71.57%-
HSV(B)71.43º10.88%75.69%-
XYZ47.551.9446.55-
YUV189.41118.17127.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=34.12%
G=34.84%
B=31.05%

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
Decimal1891931720.0200.110.2471.4314.4871.57
HexBDC1AC20B1847e48
Octal27530125420133010716110
Binary101111011100000110101100100101111000100011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1AC; }

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

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

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

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

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

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

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

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