#BDB0A2

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

Shades of Silk #BDB0A2

Tints of Silk #BDB0A2

Color information

#BDB0A2 (or 0xBDB0A2) is unknown color: approx Silk. HEX triplet: BD, B0 and A2. RGB value is (189,176,162). Sum of RGB (Red+Green+Blue) = 189+176+162=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0A2 is #424F5D. Grayscale: #B2B2B2. Windows color (decimal): -4345694 or 10662077. OLE color: 10662077.

HSL color Cylindrical-coordinate representation of color #BDB0A2: hue angle of 31.11º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB0A2 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB189176162-
CMYK00.070.140.26
HSL31.11º16.98%68.82%-
HSV(B)31.11º14.29%74.12%-
XYZ43.0344.4840.5-
YUV178.29118.81135.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 176 (69.14% from 255) = 33.40%
BLUE value IS 162 (63.67% from 255) = 30.74%
R=35.86%
G=33.40%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917616200.070.140.2631.1116.9868.82
HexBDB0A207E1A1f1145
Octal2752602420716323721105
Binary101111011011000010100010011111101101011111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB0A2; }

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

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

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

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

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

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

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

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