Shades of Cotton Seed #BBB8B2
Tints of Cotton Seed #BBB8B2
RGB
CMYK
RGB Variations
Color information
#BBB8B2 (or 0xBBB8B2) is known color: Cotton Seed. HEX triplet: BB, B8 and B2. RGB value is (187,184,178). Sum of RGB (Red+Green+Blue) = 187+184+178=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 178 (69.92% from 255 or 32.42% from 549); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB8B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBB8B2 is #44474D. Grayscale: #B8B8B8. Windows color (decimal): -4474702 or 11712699. OLE color: 11712699.
HSL color Cylindrical-coordinate representation of color #BBB8B2: hue angle of 40º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBB8B2 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 178 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.27 |
| HSL | 40º | 0.06% | 0.72% | - |
| HSV(B) | 40º | 0.05% | 0.73% | - |
| XYZ | 45.67 | 48.06 | 48.99 | - |
| YUV | 184.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 178 | 0 | 0.02 | 0.05 | 0.27 | 40 | 0.06 | 0.72 |
| Hex | BB | B8 | B2 | 0 | 2 | 5 | 1B | 28 | 6 | 48 |
| Octal | 273 | 270 | 262 | 0 | 2 | 5 | 33 | 50 | 6 | 110 |
| Binary | 10111011 | 10111000 | 10110010 | 0 | 10 | 101 | 11011 | 101000 | 110 | 1001000 |
Color Harmonies of #BBB8B2
Complementary color
Monochromatic Colors of #BBB8B2
Black with #BBB8B2
Text Example
Text Example
White with #BBB8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB8B2; }
p { color: rgb(187,184,178); }
H1.HeaderClassName
{
color: #BBB8B2;
}
.AnyTagClassName
{
color: #BBB8B2;
}
</style>
background-color css
<style>
a { background-color: #BBB8B2; }
a { background-color: rgb(187,184,178); }
div.DivClassName
{
background-color: #BBB8B2;
}
.BgClassName
{
background-color: #BBB8B2;
}
</style>
border-color css
<style>
span { border-color: #BBB8B2; }
span { border-color: rgb(187,184,178); }
td.TdClassName
{
border-color: #BBB8B2;
}
.TagClassName
{
border-color: #BBB8B2;
}
</style>