#BDC3AB

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

Shades of Beryl Green #BDC3AB

Tints of Beryl Green #BDC3AB

Color information

#BDC3AB (or 0xBDC3AB) is unknown color: approx Beryl Green. HEX triplet: BD, C3 and AB. RGB value is (189,195,171). Sum of RGB (Red+Green+Blue) = 189+195+171=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 195 (76.56% from 255 or 35.14% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC3AB is #423C54. Grayscale: #BEBEBE. Windows color (decimal): -4340821 or 11256765. OLE color: 11256765.

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

Color convert

RGB189195171-
CMYK0.0300.120.24
HSL75º16.67%71.76%-
HSV(B)75º12.31%76.47%-
XYZ47.8552.7946.2-
YUV190.47117.01126.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 195 (76.56% from 255) = 35.14%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=34.05%
G=35.14%
B=30.81%

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
Decimal1891951710.0300.120.247516.6771.76
HexBDC3AB30C184b1148
Octal27530325330143011321110
Binary1011110111000011101010111101100110001001011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3AB; }

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

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

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

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

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

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

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

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