Shades of Chatelle #BBB6BD
Tints of Chatelle #BBB6BD
RGB
CMYK
RGB Variations
Color information
#BBB6BD (or 0xBBB6BD) is known color: Chatelle. HEX triplet: BB, B6 and BD. RGB value is (187,182,189). Sum of RGB (Red+Green+Blue) = 187+182+189=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 189 - color contains mainly: blue. Hex color #BBB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB6BD is #444942. Grayscale: #B8B8B8. Windows color (decimal): -4475203 or 12433083. OLE color: 12433083.
HSL color Cylindrical-coordinate representation of color #BBB6BD: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BBB6BD is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 187 | 182 | 189 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.26 |
| HSL | 282.86º | 0.05% | 0.73% | - |
| HSV(B) | 282.86º | 0.04% | 0.74% | - |
| XYZ | 46.41 | 47.69 | 54.9 | - |
| YUV | 184.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 182 | 189 | 0.01 | 0.04 | 0 | 0.26 | 282.86 | 0.05 | 0.73 |
| Hex | BB | B6 | BD | 1 | 4 | 0 | 1A | 11B | 5 | 49 |
| Octal | 273 | 266 | 275 | 1 | 4 | 0 | 32 | 433 | 5 | 111 |
| Binary | 10111011 | 10110110 | 10111101 | 1 | 100 | 0 | 11010 | 100011011 | 101 | 1001001 |
Color Harmonies of #BBB6BD
Complementary color
Monochromatic Colors of #BBB6BD
Black with #BBB6BD
Text Example
Text Example
White with #BBB6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB6BD; }
p { color: rgb(187,182,189); }
H1.HeaderClassName
{
color: #BBB6BD;
}
.AnyTagClassName
{
color: #BBB6BD;
}
</style>
background-color css
<style>
a { background-color: #BBB6BD; }
a { background-color: rgb(187,182,189); }
div.DivClassName
{
background-color: #BBB6BD;
}
.BgClassName
{
background-color: #BBB6BD;
}
</style>
border-color css
<style>
span { border-color: #BBB6BD; }
span { border-color: rgb(187,182,189); }
td.TdClassName
{
border-color: #BBB6BD;
}
.TagClassName
{
border-color: #BBB6BD;
}
</style>