Shades of Chatelle #BBB4BE
Tints of Chatelle #BBB4BE
RGB
CMYK
RGB Variations
Color information
#BBB4BE (or 0xBBB4BE) is known color: Chatelle. HEX triplet: BB, B4 and BE. RGB value is (187,180,190). Sum of RGB (Red+Green+Blue) = 187+180+190=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 190 - color contains mainly: blue. Hex color #BBB4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBB4BE is #444B41. Grayscale: #B7B7B7. Windows color (decimal): -4475714 or 12498107. OLE color: 12498107.
HSL color Cylindrical-coordinate representation of color #BBB4BE: hue angle of 282º 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 #BBB4BE is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 180 | 190 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.25 |
| HSL | 282º | 0.07% | 0.73% | - |
| HSV(B) | 282º | 0.05% | 0.75% | - |
| XYZ | 46.11 | 46.93 | 55.34 | - |
| YUV | 183.23 | 131.82 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 180 | 190 | 0.02 | 0.05 | 0 | 0.25 | 282 | 0.07 | 0.73 |
| Hex | BB | B4 | BE | 2 | 5 | 0 | 19 | 11A | 7 | 49 |
| Octal | 273 | 264 | 276 | 2 | 5 | 0 | 31 | 432 | 7 | 111 |
| Binary | 10111011 | 10110100 | 10111110 | 10 | 101 | 0 | 11001 | 100011010 | 111 | 1001001 |
Color Harmonies of #BBB4BE
Complementary color
Monochromatic Colors of #BBB4BE
Black with #BBB4BE
Text Example
Text Example
White with #BBB4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB4BE; }
p { color: rgb(187,180,190); }
H1.HeaderClassName
{
color: #BBB4BE;
}
.AnyTagClassName
{
color: #BBB4BE;
}
</style>
background-color css
<style>
a { background-color: #BBB4BE; }
a { background-color: rgb(187,180,190); }
div.DivClassName
{
background-color: #BBB4BE;
}
.BgClassName
{
background-color: #BBB4BE;
}
</style>
border-color css
<style>
span { border-color: #BBB4BE; }
span { border-color: rgb(187,180,190); }
td.TdClassName
{
border-color: #BBB4BE;
}
.TagClassName
{
border-color: #BBB4BE;
}
</style>