Shades of Cotton Seed #BDB7AE
Tints of Cotton Seed #BDB7AE
RGB
CMYK
RGB Variations
Color information
#BDB7AE (or 0xBDB7AE) is known color: Cotton Seed. HEX triplet: BD, B7 and AE. RGB value is (189,183,174). Sum of RGB (Red+Green+Blue) = 189+183+174=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 183 (71.88% from 255 or 33.52% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB7AE is #424851. Grayscale: #B7B7B7. Windows color (decimal): -4343890 or 11450301. OLE color: 11450301.
HSL color Cylindrical-coordinate representation of color #BDB7AE: hue angle of 36º degrees, saturation: 0.1, 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 #BDB7AE is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 183 | 174 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.26 |
| HSL | 36º | 0.1% | 0.71% | - |
| HSV(B) | 36º | 0.08% | 0.74% | - |
| XYZ | 45.56 | 47.74 | 46.86 | - |
| YUV | 183.77 | 122.49 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 174 | 0 | 0.03 | 0.08 | 0.26 | 36 | 0.1 | 0.71 |
| Hex | BD | B7 | AE | 0 | 3 | 8 | 1A | 24 | A | 47 |
| Octal | 275 | 267 | 256 | 0 | 3 | 10 | 32 | 44 | 12 | 107 |
| Binary | 10111101 | 10110111 | 10101110 | 0 | 11 | 1000 | 11010 | 100100 | 1010 | 1000111 |
Color Harmonies of #BDB7AE
Complementary color
Monochromatic Colors of #BDB7AE
Black with #BDB7AE
Text Example
Text Example
White with #BDB7AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7AE; }
p { color: rgb(189,183,174); }
H1.HeaderClassName
{
color: #BDB7AE;
}
.AnyTagClassName
{
color: #BDB7AE;
}
</style>
background-color css
<style>
a { background-color: #BDB7AE; }
a { background-color: rgb(189,183,174); }
div.DivClassName
{
background-color: #BDB7AE;
}
.BgClassName
{
background-color: #BDB7AE;
}
</style>
border-color css
<style>
span { border-color: #BDB7AE; }
span { border-color: rgb(189,183,174); }
td.TdClassName
{
border-color: #BDB7AE;
}
.TagClassName
{
border-color: #BDB7AE;
}
</style>