Shades of Cotton Seed #BFBAB0
Tints of Cotton Seed #BFBAB0
RGB
CMYK
RGB Variations
Color information
#BFBAB0 (or 0xBFBAB0) is known color: Cotton Seed. HEX triplet: BF, BA and B0. RGB value is (191,186,176). Sum of RGB (Red+Green+Blue) = 191+186+176=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAB0 is #40454F. Grayscale: #BABABA. Windows color (decimal): -4212048 or 11582143. OLE color: 11582143.
HSL color Cylindrical-coordinate representation of color #BFBAB0: hue angle of 40º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFBAB0 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 186 | 176 | - |
CMYK | 0 | 0.03 | 0.08 | 0.25 |
HSL | 40º | 0.1% | 0.72% | - |
HSV(B) | 40º | 0.08% | 0.75% | - |
XYZ | 46.88 | 49.33 | 48.12 | - |
YUV | 186.36 | 122.16 | 131.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 186 | 176 | 0 | 0.03 | 0.08 | 0.25 | 40 | 0.1 | 0.72 |
Hex | BF | BA | B0 | 0 | 3 | 8 | 19 | 28 | A | 48 |
Octal | 277 | 272 | 260 | 0 | 3 | 10 | 31 | 50 | 12 | 110 |
Binary | 10111111 | 10111010 | 10110000 | 0 | 11 | 1000 | 11001 | 101000 | 1010 | 1001000 |
Color Harmonies of #BFBAB0
Complementary color
Monochromatic Colors of #BFBAB0
Black with #BFBAB0
Text Example
Text Example
White with #BFBAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAB0; }
p { color: rgb(191,186,176); }
H1.HeaderClassName
{
color: #BFBAB0;
}
.AnyTagClassName
{
color: #BFBAB0;
}
</style>
background-color css
<style>
a { background-color: #BFBAB0; }
a { background-color: rgb(191,186,176); }
div.DivClassName
{
background-color: #BFBAB0;
}
.BgClassName
{
background-color: #BFBAB0;
}
</style>
border-color css
<style>
span { border-color: #BFBAB0; }
span { border-color: rgb(191,186,176); }
td.TdClassName
{
border-color: #BFBAB0;
}
.TagClassName
{
border-color: #BFBAB0;
}
</style>