Shades of Chatelle #BBA8C6
Tints of Chatelle #BBA8C6
RGB
CMYK
RGB Variations
Color information
#BBA8C6 (or 0xBBA8C6) is known color: Chatelle. HEX triplet: BB, A8 and C6. RGB value is (187,168,198). Sum of RGB (Red+Green+Blue) = 187+168+198=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 168 (66.02% from 255 or 30.38% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #BBA8C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8C6 is #445739. Grayscale: #B1B1B1. Windows color (decimal): -4478778 or 13019323. OLE color: 13019323.
HSL color Cylindrical-coordinate representation of color #BBA8C6: hue angle of 278º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBA8C6 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 187 | 168 | 198 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.22 |
| HSL | 278º | 0.21% | 0.72% | - |
| HSV(B) | 278º | 0.15% | 0.78% | - |
| XYZ | 44.69 | 42.65 | 59.3 | - |
| YUV | 177.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 198 | 0.06 | 0.15 | 0 | 0.22 | 278 | 0.21 | 0.72 |
| Hex | BB | A8 | C6 | 6 | F | 0 | 16 | 116 | 15 | 48 |
| Octal | 273 | 250 | 306 | 6 | 17 | 0 | 26 | 426 | 25 | 110 |
| Binary | 10111011 | 10101000 | 11000110 | 110 | 1111 | 0 | 10110 | 100010110 | 10101 | 1001000 |
Color Harmonies of #BBA8C6
Complementary color
Monochromatic Colors of #BBA8C6
Black with #BBA8C6
Text Example
Text Example
White with #BBA8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8C6; }
p { color: rgb(187,168,198); }
H1.HeaderClassName
{
color: #BBA8C6;
}
.AnyTagClassName
{
color: #BBA8C6;
}
</style>
background-color css
<style>
a { background-color: #BBA8C6; }
a { background-color: rgb(187,168,198); }
div.DivClassName
{
background-color: #BBA8C6;
}
.BgClassName
{
background-color: #BBA8C6;
}
</style>
border-color css
<style>
span { border-color: #BBA8C6; }
span { border-color: rgb(187,168,198); }
td.TdClassName
{
border-color: #BBA8C6;
}
.TagClassName
{
border-color: #BBA8C6;
}
</style>