Shades of Cotton Seed #BDB8AB
Tints of Cotton Seed #BDB8AB
RGB
CMYK
RGB Variations
Color information
#BDB8AB (or 0xBDB8AB) is known color: Cotton Seed. HEX triplet: BD, B8 and AB. RGB value is (189,184,171). Sum of RGB (Red+Green+Blue) = 189+184+171=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AB is #424754. Grayscale: #B8B8B8. Windows color (decimal): -4343637 or 11253949. OLE color: 11253949.
HSL color Cylindrical-coordinate representation of color #BDB8AB: hue angle of 43.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BDB8AB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 184 | 171 | - |
CMYK | 0 | 0.03 | 0.10 | 0.26 |
HSL | 43.33º | 0.12% | 0.71% | - |
HSV(B) | 43.33º | 0.1% | 0.74% | - |
XYZ | 45.48 | 48.04 | 45.4 | - |
YUV | 184.01 | 120.66 | 131.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 184 | 171 | 0 | 0.03 | 0.10 | 0.26 | 43.33 | 0.12 | 0.71 |
Hex | BD | B8 | AB | 0 | 3 | A | 1A | 2B | C | 47 |
Octal | 275 | 270 | 253 | 0 | 3 | 12 | 32 | 53 | 14 | 107 |
Binary | 10111101 | 10111000 | 10101011 | 0 | 11 | 1010 | 11010 | 101011 | 1100 | 1000111 |
Color Harmonies of #BDB8AB
Complementary color
Monochromatic Colors of #BDB8AB
Black with #BDB8AB
Text Example
Text Example
White with #BDB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8AB; }
p { color: rgb(189,184,171); }
H1.HeaderClassName
{
color: #BDB8AB;
}
.AnyTagClassName
{
color: #BDB8AB;
}
</style>
background-color css
<style>
a { background-color: #BDB8AB; }
a { background-color: rgb(189,184,171); }
div.DivClassName
{
background-color: #BDB8AB;
}
.BgClassName
{
background-color: #BDB8AB;
}
</style>
border-color css
<style>
span { border-color: #BDB8AB; }
span { border-color: rgb(189,184,171); }
td.TdClassName
{
border-color: #BDB8AB;
}
.TagClassName
{
border-color: #BDB8AB;
}
</style>