Shades of Cotton Seed #BEBCB7
Tints of Cotton Seed #BEBCB7
RGB
CMYK
RGB Variations
Color information
#BEBCB7 (or 0xBEBCB7) is known color: Cotton Seed. HEX triplet: BE, BC and B7. RGB value is (190,188,183). Sum of RGB (Red+Green+Blue) = 190+188+183=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCB7 is #414348. Grayscale: #BCBCBC. Windows color (decimal): -4277065 or 12041406. OLE color: 12041406.
HSL color Cylindrical-coordinate representation of color #BEBCB7: hue angle of 42.86º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BEBCB7 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 190 | 188 | 183 | - |
CMYK | 0 | 0.01 | 0.04 | 0.25 |
HSL | 42.86º | 0.05% | 0.73% | - |
HSV(B) | 42.86º | 0.04% | 0.75% | - |
XYZ | 47.77 | 50.33 | 52 | - |
YUV | 188.03 | 125.16 | 129.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 188 | 183 | 0 | 0.01 | 0.04 | 0.25 | 42.86 | 0.05 | 0.73 |
Hex | BE | BC | B7 | 0 | 1 | 4 | 19 | 2B | 5 | 49 |
Octal | 276 | 274 | 267 | 0 | 1 | 4 | 31 | 53 | 5 | 111 |
Binary | 10111110 | 10111100 | 10110111 | 0 | 1 | 100 | 11001 | 101011 | 101 | 1001001 |
Color Harmonies of #BEBCB7
Complementary color
Monochromatic Colors of #BEBCB7
Black with #BEBCB7
Text Example
Text Example
White with #BEBCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBCB7; }
p { color: rgb(190,188,183); }
H1.HeaderClassName
{
color: #BEBCB7;
}
.AnyTagClassName
{
color: #BEBCB7;
}
</style>
background-color css
<style>
a { background-color: #BEBCB7; }
a { background-color: rgb(190,188,183); }
div.DivClassName
{
background-color: #BEBCB7;
}
.BgClassName
{
background-color: #BEBCB7;
}
</style>
border-color css
<style>
span { border-color: #BEBCB7; }
span { border-color: rgb(190,188,183); }
td.TdClassName
{
border-color: #BEBCB7;
}
.TagClassName
{
border-color: #BEBCB7;
}
</style>