#BDAB98

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

Shades of Silk #BDAB98

Tints of Silk #BDAB98

Color information

#BDAB98 (or 0xBDAB98) is unknown color: approx Silk. HEX triplet: BD, AB and 98. RGB value is (189,171,152). Sum of RGB (Red+Green+Blue) = 189+171+152=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB98 is #425467. Grayscale: #AEAEAE. Windows color (decimal): -4346984 or 10005437. OLE color: 10005437.

HSL color Cylindrical-coordinate representation of color #BDAB98: hue angle of 30.81º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDAB98 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB189171152-
CMYK00.100.200.26
HSL30.81º21.89%66.86%-
HSV(B)30.81º19.58%74.12%-
XYZ41.2242.2135.68-
YUV174.22115.46138.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.91%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 152 (59.77% from 255) = 29.69%
R=36.91%
G=33.40%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917115200.100.200.2630.8121.8966.86
HexBDAB980A141A1f1643
Octal27525323001224323726103
Binary10111101101010111001100001010101001101011111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB98; }

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

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

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

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

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

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

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

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