Shades of Chatelle #BBAAC5
Tints of Chatelle #BBAAC5
RGB
CMYK
RGB Variations
Color information
#BBAAC5 (or 0xBBAAC5) is known color: Chatelle. HEX triplet: BB, AA and C5. RGB value is (187,170,197). Sum of RGB (Red+Green+Blue) = 187+170+197=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 170 (66.80% from 255 or 30.69% from 554); Blue value is 197 (77.34% from 255 or 35.56% from 554); Max value from RGB is 197 - color contains mainly: blue. Hex color #BBAAC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAAC5 is #44553A. Grayscale: #B2B2B2. Windows color (decimal): -4478267 or 12954299. OLE color: 12954299.
HSL color Cylindrical-coordinate representation of color #BBAAC5: hue angle of 277.78º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBAAC5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 170 | 197 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.23 |
| HSL | 277.78º | 0.19% | 0.72% | - |
| HSV(B) | 277.78º | 0.14% | 0.77% | - |
| XYZ | 44.95 | 43.35 | 58.82 | - |
| YUV | 178.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 197 | 0.05 | 0.14 | 0 | 0.23 | 277.78 | 0.19 | 0.72 |
| Hex | BB | AA | C5 | 5 | E | 0 | 17 | 116 | 13 | 48 |
| Octal | 273 | 252 | 305 | 5 | 16 | 0 | 27 | 426 | 23 | 110 |
| Binary | 10111011 | 10101010 | 11000101 | 101 | 1110 | 0 | 10111 | 100010110 | 10011 | 1001000 |
Color Harmonies of #BBAAC5
Complementary color
Monochromatic Colors of #BBAAC5
Black with #BBAAC5
Text Example
Text Example
White with #BBAAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAAC5; }
p { color: rgb(187,170,197); }
H1.HeaderClassName
{
color: #BBAAC5;
}
.AnyTagClassName
{
color: #BBAAC5;
}
</style>
background-color css
<style>
a { background-color: #BBAAC5; }
a { background-color: rgb(187,170,197); }
div.DivClassName
{
background-color: #BBAAC5;
}
.BgClassName
{
background-color: #BBAAC5;
}
</style>
border-color css
<style>
span { border-color: #BBAAC5; }
span { border-color: rgb(187,170,197); }
td.TdClassName
{
border-color: #BBAAC5;
}
.TagClassName
{
border-color: #BBAAC5;
}
</style>