Shades of Chatelle #BBB3BF
Tints of Chatelle #BBB3BF
RGB
CMYK
RGB Variations
Color information
#BBB3BF (or 0xBBB3BF) is known color: Chatelle. HEX triplet: BB, B3 and BF. RGB value is (187,179,191). Sum of RGB (Red+Green+Blue) = 187+179+191=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 191 (75% from 255 or 34.29% from 557); Max value from RGB is 191 - color contains mainly: blue. Hex color #BBB3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB3BF is #444C40. Grayscale: #B6B6B6. Windows color (decimal): -4475969 or 12563387. OLE color: 12563387.
HSL color Cylindrical-coordinate representation of color #BBB3BF: hue angle of 280º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBB3BF is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 179 | 191 | - |
| CMYK | 0.02 | 0.06 | 0 | 0.25 |
| HSL | 280º | 0.09% | 0.73% | - |
| HSV(B) | 280º | 0.06% | 0.75% | - |
| XYZ | 46.02 | 46.57 | 55.85 | - |
| YUV | 182.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 179 | 191 | 0.02 | 0.06 | 0 | 0.25 | 280 | 0.09 | 0.73 |
| Hex | BB | B3 | BF | 2 | 6 | 0 | 19 | 118 | 9 | 49 |
| Octal | 273 | 263 | 277 | 2 | 6 | 0 | 31 | 430 | 11 | 111 |
| Binary | 10111011 | 10110011 | 10111111 | 10 | 110 | 0 | 11001 | 100011000 | 1001 | 1001001 |
Color Harmonies of #BBB3BF
Complementary color
Monochromatic Colors of #BBB3BF
Black with #BBB3BF
Text Example
Text Example
White with #BBB3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB3BF; }
p { color: rgb(187,179,191); }
H1.HeaderClassName
{
color: #BBB3BF;
}
.AnyTagClassName
{
color: #BBB3BF;
}
</style>
background-color css
<style>
a { background-color: #BBB3BF; }
a { background-color: rgb(187,179,191); }
div.DivClassName
{
background-color: #BBB3BF;
}
.BgClassName
{
background-color: #BBB3BF;
}
</style>
border-color css
<style>
span { border-color: #BBB3BF; }
span { border-color: rgb(187,179,191); }
td.TdClassName
{
border-color: #BBB3BF;
}
.TagClassName
{
border-color: #BBB3BF;
}
</style>