#BDC2AC

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

Shades of Beryl Green #BDC2AC

Tints of Beryl Green #BDC2AC

Color information

#BDC2AC (or 0xBDC2AC) is unknown color: approx Beryl Green. HEX triplet: BD, C2 and AC. RGB value is (189,194,172). Sum of RGB (Red+Green+Blue) = 189+194+172=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2AC is #423D53. Grayscale: #BEBEBE. Windows color (decimal): -4341076 or 11322045. OLE color: 11322045.

HSL color Cylindrical-coordinate representation of color #BDC2AC: hue angle of 73.64º degrees, saturation: 0.15, 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 #BDC2AC is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB189194172-
CMYK0.0300.110.24
HSL73.64º15.28%71.76%-
HSV(B)73.64º11.34%76.08%-
XYZ47.7252.3846.62-
YUV190117.84127.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 194 (76.17% from 255) = 34.95%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=34.05%
G=34.95%
B=30.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941720.0300.110.2473.6415.2871.76
HexBDC2AC30B184af48
Octal27530225430133011217110
Binary101111011100001010101100110101111000100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2AC; }

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

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

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

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

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

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

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

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