#BDB8AD

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

Shades of Cotton Seed #BDB8AD

Tints of Cotton Seed #BDB8AD

Color information

#BDB8AD (or 0xBDB8AD) is unknown color: approx Cotton Seed. HEX triplet: BD, B8 and AD. RGB value is (189,184,173). Sum of RGB (Red+Green+Blue) = 189+184+173=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AD is #424752. Grayscale: #B8B8B8. Windows color (decimal): -4343635 or 11385021. OLE color: 11385021.

HSL color Cylindrical-coordinate representation of color #BDB8AD: hue angle of 41.25º degrees, saturation: 0.11, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDB8AD is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB189184173-
CMYK00.030.080.26
HSL41.25º10.81%70.98%-
HSV(B)41.25º8.47%74.12%-
XYZ45.6748.1246.42-
YUV184.24121.66131.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.62%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=34.62%
G=33.70%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918417300.030.080.2641.2510.8170.98
HexBDB8AD0381A29b47
Octal2752702550310325113107
Binary10111101101110001010110101110001101010100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8AD; }

 p { color: rgb(189,184,173); }

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

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

 a { background-color: rgb(189,184,173); }

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

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

 span { border-color: rgb(189,184,173); }

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