Shades of Cotton Seed #BDBAB3
Tints of Cotton Seed #BDBAB3
RGB
CMYK
RGB Variations
Color information
#BDBAB3 (or 0xBDBAB3) is known color: Cotton Seed. HEX triplet: BD, BA and B3. RGB value is (189,186,179). Sum of RGB (Red+Green+Blue) = 189+186+179=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAB3 is #42454C. Grayscale: #BABABA. Windows color (decimal): -4343117 or 11778749. OLE color: 11778749.
HSL color Cylindrical-coordinate representation of color #BDBAB3: hue angle of 42º degrees, saturation: 0.07, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDBAB3 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 186 | 179 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.26 |
| HSL | 42º | 0.07% | 0.72% | - |
| HSV(B) | 42º | 0.05% | 0.74% | - |
| XYZ | 46.68 | 49.19 | 49.68 | - |
| YUV | 186.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 186 | 179 | 0 | 0.02 | 0.05 | 0.26 | 42 | 0.07 | 0.72 |
| Hex | BD | BA | B3 | 0 | 2 | 5 | 1A | 2A | 7 | 48 |
| Octal | 275 | 272 | 263 | 0 | 2 | 5 | 32 | 52 | 7 | 110 |
| Binary | 10111101 | 10111010 | 10110011 | 0 | 10 | 101 | 11010 | 101010 | 111 | 1001000 |
Color Harmonies of #BDBAB3
Complementary color
Monochromatic Colors of #BDBAB3
Black with #BDBAB3
Text Example
Text Example
White with #BDBAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBAB3; }
p { color: rgb(189,186,179); }
H1.HeaderClassName
{
color: #BDBAB3;
}
.AnyTagClassName
{
color: #BDBAB3;
}
</style>
background-color css
<style>
a { background-color: #BDBAB3; }
a { background-color: rgb(189,186,179); }
div.DivClassName
{
background-color: #BDBAB3;
}
.BgClassName
{
background-color: #BDBAB3;
}
</style>
border-color css
<style>
span { border-color: #BDBAB3; }
span { border-color: rgb(189,186,179); }
td.TdClassName
{
border-color: #BDBAB3;
}
.TagClassName
{
border-color: #BDBAB3;
}
</style>