Shades of Cotton Seed #BDB8AF
Tints of Cotton Seed #BDB8AF
RGB
CMYK
RGB Variations
Color information
#BDB8AF (or 0xBDB8AF) is known color: Cotton Seed. HEX triplet: BD, B8 and AF. RGB value is (189,184,175). Sum of RGB (Red+Green+Blue) = 189+184+175=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8AF is #424750. Grayscale: #B8B8B8. Windows color (decimal): -4343633 or 11516093. OLE color: 11516093.
HSL color Cylindrical-coordinate representation of color #BDB8AF: hue angle of 38.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB8AF is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 175 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.26 |
| HSL | 38.57º | 0.1% | 0.71% | - |
| HSV(B) | 38.57º | 0.07% | 0.74% | - |
| XYZ | 45.86 | 48.19 | 47.44 | - |
| YUV | 184.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 175 | 0 | 0.03 | 0.07 | 0.26 | 38.57 | 0.1 | 0.71 |
| Hex | BD | B8 | AF | 0 | 3 | 7 | 1A | 27 | A | 47 |
| Octal | 275 | 270 | 257 | 0 | 3 | 7 | 32 | 47 | 12 | 107 |
| Binary | 10111101 | 10111000 | 10101111 | 0 | 11 | 111 | 11010 | 100111 | 1010 | 1000111 |
Color Harmonies of #BDB8AF
Complementary color
Monochromatic Colors of #BDB8AF
Black with #BDB8AF
Text Example
Text Example
White with #BDB8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8AF; }
p { color: rgb(189,184,175); }
H1.HeaderClassName
{
color: #BDB8AF;
}
.AnyTagClassName
{
color: #BDB8AF;
}
</style>
background-color css
<style>
a { background-color: #BDB8AF; }
a { background-color: rgb(189,184,175); }
div.DivClassName
{
background-color: #BDB8AF;
}
.BgClassName
{
background-color: #BDB8AF;
}
</style>
border-color css
<style>
span { border-color: #BDB8AF; }
span { border-color: rgb(189,184,175); }
td.TdClassName
{
border-color: #BDB8AF;
}
.TagClassName
{
border-color: #BDB8AF;
}
</style>