Shades of Cotton Seed #BEBBB4
Tints of Cotton Seed #BEBBB4
RGB
CMYK
RGB Variations
Color information
#BEBBB4 (or 0xBEBBB4) is known color: Cotton Seed. HEX triplet: BE, BB and B4. RGB value is (190,187,180). Sum of RGB (Red+Green+Blue) = 190+187+180=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 180 (70.70% from 255 or 32.32% from 557); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBB4 is #41444B. Grayscale: #BBBBBB. Windows color (decimal): -4277324 or 11844542. OLE color: 11844542.
HSL color Cylindrical-coordinate representation of color #BEBBB4: 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 #BEBBB4 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 187 | 180 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.25 |
| HSL | 42º | 0.07% | 0.73% | - |
| HSV(B) | 42º | 0.05% | 0.75% | - |
| XYZ | 47.24 | 49.78 | 50.3 | - |
| YUV | 187.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 187 | 180 | 0 | 0.02 | 0.05 | 0.25 | 42 | 0.07 | 0.73 |
| Hex | BE | BB | B4 | 0 | 2 | 5 | 19 | 2A | 7 | 49 |
| Octal | 276 | 273 | 264 | 0 | 2 | 5 | 31 | 52 | 7 | 111 |
| Binary | 10111110 | 10111011 | 10110100 | 0 | 10 | 101 | 11001 | 101010 | 111 | 1001001 |
Color Harmonies of #BEBBB4
Complementary color
Monochromatic Colors of #BEBBB4
Black with #BEBBB4
Text Example
Text Example
White with #BEBBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBBB4; }
p { color: rgb(190,187,180); }
H1.HeaderClassName
{
color: #BEBBB4;
}
.AnyTagClassName
{
color: #BEBBB4;
}
</style>
background-color css
<style>
a { background-color: #BEBBB4; }
a { background-color: rgb(190,187,180); }
div.DivClassName
{
background-color: #BEBBB4;
}
.BgClassName
{
background-color: #BEBBB4;
}
</style>
border-color css
<style>
span { border-color: #BEBBB4; }
span { border-color: rgb(190,187,180); }
td.TdClassName
{
border-color: #BEBBB4;
}
.TagClassName
{
border-color: #BEBBB4;
}
</style>