Shades of Chatelle #BBB2C0
Tints of Chatelle #BBB2C0
RGB
CMYK
RGB Variations
Color information
#BBB2C0 (or 0xBBB2C0) is known color: Chatelle. HEX triplet: BB, B2 and C0. RGB value is (187,178,192). Sum of RGB (Red+Green+Blue) = 187+178+192=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #BBB2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB2C0 is #444D3F. Grayscale: #B6B6B6. Windows color (decimal): -4476224 or 12628667. OLE color: 12628667.
HSL color Cylindrical-coordinate representation of color #BBB2C0: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBB2C0 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 187 | 178 | 192 | - |
| CMYK | 0.03 | 0.07 | 0 | 0.25 |
| HSL | 278.57º | 0.1% | 0.73% | - |
| HSV(B) | 278.57º | 0.07% | 0.75% | - |
| XYZ | 45.93 | 46.21 | 56.37 | - |
| YUV | 182.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 178 | 192 | 0.03 | 0.07 | 0 | 0.25 | 278.57 | 0.1 | 0.73 |
| Hex | BB | B2 | C0 | 3 | 7 | 0 | 19 | 117 | A | 49 |
| Octal | 273 | 262 | 300 | 3 | 7 | 0 | 31 | 427 | 12 | 111 |
| Binary | 10111011 | 10110010 | 11000000 | 11 | 111 | 0 | 11001 | 100010111 | 1010 | 1001001 |
Color Harmonies of #BBB2C0
Complementary color
Monochromatic Colors of #BBB2C0
Black with #BBB2C0
Text Example
Text Example
White with #BBB2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB2C0; }
p { color: rgb(187,178,192); }
H1.HeaderClassName
{
color: #BBB2C0;
}
.AnyTagClassName
{
color: #BBB2C0;
}
</style>
background-color css
<style>
a { background-color: #BBB2C0; }
a { background-color: rgb(187,178,192); }
div.DivClassName
{
background-color: #BBB2C0;
}
.BgClassName
{
background-color: #BBB2C0;
}
</style>
border-color css
<style>
span { border-color: #BBB2C0; }
span { border-color: rgb(187,178,192); }
td.TdClassName
{
border-color: #BBB2C0;
}
.TagClassName
{
border-color: #BBB2C0;
}
</style>