Shades of Cotton Seed #BFBAAE
Tints of Cotton Seed #BFBAAE
RGB
CMYK
RGB Variations
Color information
#BFBAAE (or 0xBFBAAE) is known color: Cotton Seed. HEX triplet: BF, BA and AE. RGB value is (191,186,174). Sum of RGB (Red+Green+Blue) = 191+186+174=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBAAE is #404551. Grayscale: #BABABA. Windows color (decimal): -4212050 or 11451071. OLE color: 11451071.
HSL color Cylindrical-coordinate representation of color #BFBAAE: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFBAAE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 186 | 174 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.25 |
| HSL | 42.35º | 0.12% | 0.72% | - |
| HSV(B) | 42.35º | 0.09% | 0.75% | - |
| XYZ | 46.68 | 49.25 | 47.09 | - |
| YUV | 186.13 | 121.16 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 186 | 174 | 0 | 0.03 | 0.09 | 0.25 | 42.35 | 0.12 | 0.72 |
| Hex | BF | BA | AE | 0 | 3 | 9 | 19 | 2A | C | 48 |
| Octal | 277 | 272 | 256 | 0 | 3 | 11 | 31 | 52 | 14 | 110 |
| Binary | 10111111 | 10111010 | 10101110 | 0 | 11 | 1001 | 11001 | 101010 | 1100 | 1001000 |
Color Harmonies of #BFBAAE
Complementary color
Monochromatic Colors of #BFBAAE
Black with #BFBAAE
Text Example
Text Example
White with #BFBAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBAAE; }
p { color: rgb(191,186,174); }
H1.HeaderClassName
{
color: #BFBAAE;
}
.AnyTagClassName
{
color: #BFBAAE;
}
</style>
background-color css
<style>
a { background-color: #BFBAAE; }
a { background-color: rgb(191,186,174); }
div.DivClassName
{
background-color: #BFBAAE;
}
.BgClassName
{
background-color: #BFBAAE;
}
</style>
border-color css
<style>
span { border-color: #BFBAAE; }
span { border-color: rgb(191,186,174); }
td.TdClassName
{
border-color: #BFBAAE;
}
.TagClassName
{
border-color: #BFBAAE;
}
</style>