Shades of Chatelle #BBACC1
Tints of Chatelle #BBACC1
RGB
CMYK
RGB Variations
Color information
#BBACC1 (or 0xBBACC1) is known color: Chatelle. HEX triplet: BB, AC and C1. RGB value is (187,172,193). Sum of RGB (Red+Green+Blue) = 187+172+193=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBACC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACC1 is #44533E. Grayscale: #B2B2B2. Windows color (decimal): -4477759 or 12692667. OLE color: 12692667.
HSL color Cylindrical-coordinate representation of color #BBACC1: hue angle of 282.86º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBACC1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 187 | 172 | 193 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.24 |
| HSL | 282.86º | 0.14% | 0.72% | - |
| HSV(B) | 282.86º | 0.11% | 0.76% | - |
| XYZ | 44.87 | 43.92 | 56.56 | - |
| YUV | 178.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 172 | 193 | 0.03 | 0.11 | 0 | 0.24 | 282.86 | 0.14 | 0.72 |
| Hex | BB | AC | C1 | 3 | B | 0 | 18 | 11B | E | 48 |
| Octal | 273 | 254 | 301 | 3 | 13 | 0 | 30 | 433 | 16 | 110 |
| Binary | 10111011 | 10101100 | 11000001 | 11 | 1011 | 0 | 11000 | 100011011 | 1110 | 1001000 |
Color Harmonies of #BBACC1
Complementary color
Monochromatic Colors of #BBACC1
Black with #BBACC1
Text Example
Text Example
White with #BBACC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBACC1; }
p { color: rgb(187,172,193); }
H1.HeaderClassName
{
color: #BBACC1;
}
.AnyTagClassName
{
color: #BBACC1;
}
</style>
background-color css
<style>
a { background-color: #BBACC1; }
a { background-color: rgb(187,172,193); }
div.DivClassName
{
background-color: #BBACC1;
}
.BgClassName
{
background-color: #BBACC1;
}
</style>
border-color css
<style>
span { border-color: #BBACC1; }
span { border-color: rgb(187,172,193); }
td.TdClassName
{
border-color: #BBACC1;
}
.TagClassName
{
border-color: #BBACC1;
}
</style>