Shades of Cotton Seed #BDBBB6
Tints of Cotton Seed #BDBBB6
RGB
CMYK
RGB Variations
Color information
#BDBBB6 (or 0xBDBBB6) is known color: Cotton Seed. HEX triplet: BD, BB and B6. RGB value is (189,187,182). Sum of RGB (Red+Green+Blue) = 189+187+182=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBBB6 is #424449. Grayscale: #BBBBBB. Windows color (decimal): -4342858 or 11975613. OLE color: 11975613.
HSL color Cylindrical-coordinate representation of color #BDBBB6: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBBB6 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 187 | 182 | - |
| CMYK | 0 | 0.01 | 0.04 | 0.26 |
| HSL | 42.86º | 0.05% | 0.73% | - |
| HSV(B) | 42.86º | 0.04% | 0.74% | - |
| XYZ | 47.2 | 49.74 | 51.37 | - |
| YUV | 187.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 187 | 182 | 0 | 0.01 | 0.04 | 0.26 | 42.86 | 0.05 | 0.73 |
| Hex | BD | BB | B6 | 0 | 1 | 4 | 1A | 2B | 5 | 49 |
| Octal | 275 | 273 | 266 | 0 | 1 | 4 | 32 | 53 | 5 | 111 |
| Binary | 10111101 | 10111011 | 10110110 | 0 | 1 | 100 | 11010 | 101011 | 101 | 1001001 |
Color Harmonies of #BDBBB6
Complementary color
Monochromatic Colors of #BDBBB6
Black with #BDBBB6
Text Example
Text Example
White with #BDBBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBBB6; }
p { color: rgb(189,187,182); }
H1.HeaderClassName
{
color: #BDBBB6;
}
.AnyTagClassName
{
color: #BDBBB6;
}
</style>
background-color css
<style>
a { background-color: #BDBBB6; }
a { background-color: rgb(189,187,182); }
div.DivClassName
{
background-color: #BDBBB6;
}
.BgClassName
{
background-color: #BDBBB6;
}
</style>
border-color css
<style>
span { border-color: #BDBBB6; }
span { border-color: rgb(189,187,182); }
td.TdClassName
{
border-color: #BDBBB6;
}
.TagClassName
{
border-color: #BDBBB6;
}
</style>