Shades of Cotton Seed #BDB8B0
Tints of Cotton Seed #BDB8B0
RGB
CMYK
RGB Variations
Color information
#BDB8B0 (or 0xBDB8B0) is known color: Cotton Seed. HEX triplet: BD, B8 and B0. RGB value is (189,184,176). Sum of RGB (Red+Green+Blue) = 189+184+176=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDB8B0 is #42474F. Grayscale: #B8B8B8. Windows color (decimal): -4343632 or 11581629. OLE color: 11581629.
HSL color Cylindrical-coordinate representation of color #BDB8B0: hue angle of 36.92º degrees, saturation: 0.09, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDB8B0 is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 184 | 176 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.26 |
| HSL | 36.92º | 0.09% | 0.72% | - |
| HSV(B) | 36.92º | 0.07% | 0.74% | - |
| XYZ | 45.96 | 48.23 | 47.96 | - |
| YUV | 184.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 176 | 0 | 0.03 | 0.07 | 0.26 | 36.92 | 0.09 | 0.72 |
| Hex | BD | B8 | B0 | 0 | 3 | 7 | 1A | 25 | 9 | 48 |
| Octal | 275 | 270 | 260 | 0 | 3 | 7 | 32 | 45 | 11 | 110 |
| Binary | 10111101 | 10111000 | 10110000 | 0 | 11 | 111 | 11010 | 100101 | 1001 | 1001000 |
Color Harmonies of #BDB8B0
Complementary color
Monochromatic Colors of #BDB8B0
Black with #BDB8B0
Text Example
Text Example
White with #BDB8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8B0; }
p { color: rgb(189,184,176); }
H1.HeaderClassName
{
color: #BDB8B0;
}
.AnyTagClassName
{
color: #BDB8B0;
}
</style>
background-color css
<style>
a { background-color: #BDB8B0; }
a { background-color: rgb(189,184,176); }
div.DivClassName
{
background-color: #BDB8B0;
}
.BgClassName
{
background-color: #BDB8B0;
}
</style>
border-color css
<style>
span { border-color: #BDB8B0; }
span { border-color: rgb(189,184,176); }
td.TdClassName
{
border-color: #BDB8B0;
}
.TagClassName
{
border-color: #BDB8B0;
}
</style>