Shades of Chatelle #BBABC4
Tints of Chatelle #BBABC4
RGB
CMYK
RGB Variations
Color information
#BBABC4 (or 0xBBABC4) is known color: Chatelle. HEX triplet: BB, AB and C4. RGB value is (187,171,196). Sum of RGB (Red+Green+Blue) = 187+171+196=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 196 (76.95% from 255 or 35.38% from 554); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBABC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABC4 is #44543B. Grayscale: #B2B2B2. Windows color (decimal): -4478012 or 12889019. OLE color: 12889019.
HSL color Cylindrical-coordinate representation of color #BBABC4: hue angle of 278.4º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBABC4 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 171 | 196 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.23 |
| HSL | 278.4º | 0.17% | 0.72% | - |
| HSV(B) | 278.4º | 0.13% | 0.77% | - |
| XYZ | 45.02 | 43.68 | 58.28 | - |
| YUV | 178.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 171 | 196 | 0.05 | 0.13 | 0 | 0.23 | 278.4 | 0.17 | 0.72 |
| Hex | BB | AB | C4 | 5 | D | 0 | 17 | 116 | 11 | 48 |
| Octal | 273 | 253 | 304 | 5 | 15 | 0 | 27 | 426 | 21 | 110 |
| Binary | 10111011 | 10101011 | 11000100 | 101 | 1101 | 0 | 10111 | 100010110 | 10001 | 1001000 |
Color Harmonies of #BBABC4
Complementary color
Monochromatic Colors of #BBABC4
Black with #BBABC4
Text Example
Text Example
White with #BBABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBABC4; }
p { color: rgb(187,171,196); }
H1.HeaderClassName
{
color: #BBABC4;
}
.AnyTagClassName
{
color: #BBABC4;
}
</style>
background-color css
<style>
a { background-color: #BBABC4; }
a { background-color: rgb(187,171,196); }
div.DivClassName
{
background-color: #BBABC4;
}
.BgClassName
{
background-color: #BBABC4;
}
</style>
border-color css
<style>
span { border-color: #BBABC4; }
span { border-color: rgb(187,171,196); }
td.TdClassName
{
border-color: #BBABC4;
}
.TagClassName
{
border-color: #BBABC4;
}
</style>