#BDC1B0

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

Shades of Beryl Green #BDC1B0

Tints of Beryl Green #BDC1B0

Color information

#BDC1B0 (or 0xBDC1B0) is unknown color: approx Beryl Green. HEX triplet: BD, C1 and B0. RGB value is (189,193,176). Sum of RGB (Red+Green+Blue) = 189+193+176=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 176 (69.14% from 255 or 31.54% from 558); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC1B0 is #423E4F. Grayscale: #BDBDBD. Windows color (decimal): -4341328 or 11583933. OLE color: 11583933.

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

Color convert

RGB189193176-
CMYK0.0200.090.24
HSL74.12º12.06%72.35%-
HSV(B)74.12º8.81%75.69%-
XYZ47.8952.0948.61-
YUV189.87120.17127.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 176 (69.14% from 255) = 31.54%
R=33.87%
G=34.59%
B=31.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891931760.0200.090.2474.1212.0672.35
HexBDC1B0209184ac48
Octal27530126020113011214110
Binary101111011100000110110000100100111000100101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1B0; }

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

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

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

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

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

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

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

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