Shades of Cotton Seed #BFBCB5
Tints of Cotton Seed #BFBCB5
RGB
CMYK
RGB Variations
Color information
#BFBCB5 (or 0xBFBCB5) is known color: Cotton Seed. HEX triplet: BF, BC and B5. RGB value is (191,188,181). Sum of RGB (Red+Green+Blue) = 191+188+181=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 181 (71.09% from 255 or 32.32% from 560); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBCB5 is #40434A. Grayscale: #BCBCBC. Windows color (decimal): -4211531 or 11910335. OLE color: 11910335.
HSL color Cylindrical-coordinate representation of color #BFBCB5: hue angle of 42º degrees, saturation: 0.07, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BFBCB5 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 188 | 181 | - |
CMYK | 0 | 0.02 | 0.05 | 0.25 |
HSL | 42º | 0.07% | 0.73% | - |
HSV(B) | 42º | 0.05% | 0.75% | - |
XYZ | 47.81 | 50.38 | 50.92 | - |
YUV | 188.1 | 123.99 | 130.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 188 | 181 | 0 | 0.02 | 0.05 | 0.25 | 42 | 0.07 | 0.73 |
Hex | BF | BC | B5 | 0 | 2 | 5 | 19 | 2A | 7 | 49 |
Octal | 277 | 274 | 265 | 0 | 2 | 5 | 31 | 52 | 7 | 111 |
Binary | 10111111 | 10111100 | 10110101 | 0 | 10 | 101 | 11001 | 101010 | 111 | 1001001 |
Color Harmonies of #BFBCB5
Complementary color
Monochromatic Colors of #BFBCB5
Black with #BFBCB5
Text Example
Text Example
White with #BFBCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCB5; }
p { color: rgb(191,188,181); }
H1.HeaderClassName
{
color: #BFBCB5;
}
.AnyTagClassName
{
color: #BFBCB5;
}
</style>
background-color css
<style>
a { background-color: #BFBCB5; }
a { background-color: rgb(191,188,181); }
div.DivClassName
{
background-color: #BFBCB5;
}
.BgClassName
{
background-color: #BFBCB5;
}
</style>
border-color css
<style>
span { border-color: #BFBCB5; }
span { border-color: rgb(191,188,181); }
td.TdClassName
{
border-color: #BFBCB5;
}
.TagClassName
{
border-color: #BFBCB5;
}
</style>