Shades of Cotton Seed #BFBBB1
Tints of Cotton Seed #BFBBB1
RGB
CMYK
RGB Variations
Color information
#BFBBB1 (or 0xBFBBB1) is known color: Cotton Seed. HEX triplet: BF, BB and B1. RGB value is (191,187,177). Sum of RGB (Red+Green+Blue) = 191+187+177=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBBB1 is #40444E. Grayscale: #BBBBBB. Windows color (decimal): -4211791 or 11647935. OLE color: 11647935.
HSL color Cylindrical-coordinate representation of color #BFBBB1: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFBBB1 is Cyan = 0, Magento = 0.02, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 187 | 177 | - |
| CMYK | 0 | 0.02 | 0.07 | 0.25 |
| HSL | 42.86º | 0.1% | 0.72% | - |
| HSV(B) | 42.86º | 0.07% | 0.75% | - |
| XYZ | 47.19 | 49.79 | 48.72 | - |
| YUV | 187.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 177 | 0 | 0.02 | 0.07 | 0.25 | 42.86 | 0.1 | 0.72 |
| Hex | BF | BB | B1 | 0 | 2 | 7 | 19 | 2B | A | 48 |
| Octal | 277 | 273 | 261 | 0 | 2 | 7 | 31 | 53 | 12 | 110 |
| Binary | 10111111 | 10111011 | 10110001 | 0 | 10 | 111 | 11001 | 101011 | 1010 | 1001000 |
Color Harmonies of #BFBBB1
Complementary color
Monochromatic Colors of #BFBBB1
Black with #BFBBB1
Text Example
Text Example
White with #BFBBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBB1; }
p { color: rgb(191,187,177); }
H1.HeaderClassName
{
color: #BFBBB1;
}
.AnyTagClassName
{
color: #BFBBB1;
}
</style>
background-color css
<style>
a { background-color: #BFBBB1; }
a { background-color: rgb(191,187,177); }
div.DivClassName
{
background-color: #BFBBB1;
}
.BgClassName
{
background-color: #BFBBB1;
}
</style>
border-color css
<style>
span { border-color: #BFBBB1; }
span { border-color: rgb(191,187,177); }
td.TdClassName
{
border-color: #BFBBB1;
}
.TagClassName
{
border-color: #BFBBB1;
}
</style>