Shades of Chatelle #BBA6C5
Tints of Chatelle #BBA6C5
RGB
CMYK
RGB Variations
Color information
#BBA6C5 (or 0xBBA6C5) is known color: Chatelle. HEX triplet: BB, A6 and C5. RGB value is (187,166,197). Sum of RGB (Red+Green+Blue) = 187+166+197=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 197 (77.34% from 255 or 35.82% from 550); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBA6C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA6C5 is #44593A. Grayscale: #AFAFAF. Windows color (decimal): -4479291 or 12953275. OLE color: 12953275.
HSL color Cylindrical-coordinate representation of color #BBA6C5: hue angle of 280.65º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBA6C5 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 166 | 197 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.23 |
| HSL | 280.65º | 0.21% | 0.71% | - |
| HSV(B) | 280.65º | 0.16% | 0.77% | - |
| XYZ | 44.21 | 41.87 | 58.57 | - |
| YUV | 175.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 197 | 0.05 | 0.16 | 0 | 0.23 | 280.65 | 0.21 | 0.71 |
| Hex | BB | A6 | C5 | 5 | 10 | 0 | 17 | 119 | 15 | 47 |
| Octal | 273 | 246 | 305 | 5 | 20 | 0 | 27 | 431 | 25 | 107 |
| Binary | 10111011 | 10100110 | 11000101 | 101 | 10000 | 0 | 10111 | 100011001 | 10101 | 1000111 |
Color Harmonies of #BBA6C5
Complementary color
Monochromatic Colors of #BBA6C5
Black with #BBA6C5
Text Example
Text Example
White with #BBA6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA6C5; }
p { color: rgb(187,166,197); }
H1.HeaderClassName
{
color: #BBA6C5;
}
.AnyTagClassName
{
color: #BBA6C5;
}
</style>
background-color css
<style>
a { background-color: #BBA6C5; }
a { background-color: rgb(187,166,197); }
div.DivClassName
{
background-color: #BBA6C5;
}
.BgClassName
{
background-color: #BBA6C5;
}
</style>
border-color css
<style>
span { border-color: #BBA6C5; }
span { border-color: rgb(187,166,197); }
td.TdClassName
{
border-color: #BBA6C5;
}
.TagClassName
{
border-color: #BBA6C5;
}
</style>