#BDC2A1

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

Shades of Beryl Green #BDC2A1

Tints of Beryl Green #BDC2A1

Color information

#BDC2A1 (or 0xBDC2A1) is unknown color: approx Beryl Green. HEX triplet: BD, C2 and A1. RGB value is (189,194,161). Sum of RGB (Red+Green+Blue) = 189+194+161=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 161 (63.28% from 255 or 29.60% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC2A1 is #423D5E. Grayscale: #BCBCBC. Windows color (decimal): -4341087 or 10601149. OLE color: 10601149.

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

Color convert

RGB189194161-
CMYK0.0300.170.24
HSL69.09º21.29%69.61%-
HSV(B)69.09º17.01%76.08%-
XYZ46.7151.9841.29-
YUV188.74112.34128.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.74%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 161 (63.28% from 255) = 29.60%
R=34.74%
G=35.66%
B=29.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941610.0300.170.2469.0921.2969.61
HexBDC2A1301118451546
Octal27530224130213010525106
Binary10111101110000101010000111010001110001000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2A1; }

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

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

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

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

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

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

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

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