Shades of Chatelle #BBB1BF
Tints of Chatelle #BBB1BF
RGB
CMYK
RGB Variations
Color information
#BBB1BF (or 0xBBB1BF) is known color: Chatelle. HEX triplet: BB, B1 and BF. RGB value is (187,177,191). Sum of RGB (Red+Green+Blue) = 187+177+191=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB1BF is #444E40. Grayscale: #B5B5B5. Windows color (decimal): -4476481 or 12562875. OLE color: 12562875.
HSL color Cylindrical-coordinate representation of color #BBB1BF: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB1BF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 177 | 191 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.25 |
| HSL | 282.86º | 0.1% | 0.72% | - |
| HSV(B) | 282.86º | 0.07% | 0.75% | - |
| XYZ | 45.62 | 45.77 | 55.72 | - |
| YUV | 181.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 191 | 0.02 | 0.07 | 0 | 0.25 | 282.86 | 0.1 | 0.72 |
| Hex | BB | B1 | BF | 2 | 7 | 0 | 19 | 11B | A | 48 |
| Octal | 273 | 261 | 277 | 2 | 7 | 0 | 31 | 433 | 12 | 110 |
| Binary | 10111011 | 10110001 | 10111111 | 10 | 111 | 0 | 11001 | 100011011 | 1010 | 1001000 |
Color Harmonies of #BBB1BF
Complementary color
Monochromatic Colors of #BBB1BF
Black with #BBB1BF
Text Example
Text Example
White with #BBB1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB1BF; }
p { color: rgb(187,177,191); }
H1.HeaderClassName
{
color: #BBB1BF;
}
.AnyTagClassName
{
color: #BBB1BF;
}
</style>
background-color css
<style>
a { background-color: #BBB1BF; }
a { background-color: rgb(187,177,191); }
div.DivClassName
{
background-color: #BBB1BF;
}
.BgClassName
{
background-color: #BBB1BF;
}
</style>
border-color css
<style>
span { border-color: #BBB1BF; }
span { border-color: rgb(187,177,191); }
td.TdClassName
{
border-color: #BBB1BF;
}
.TagClassName
{
border-color: #BBB1BF;
}
</style>