Shades of Chatelle #B3ABBB
Tints of Chatelle #B3ABBB
RGB
CMYK
RGB Variations
Color information
#B3ABBB (or 0xB3ABBB) is known color: Chatelle. HEX triplet: B3, AB and BB. RGB value is (179,171,187). Sum of RGB (Red+Green+Blue) = 179+171+187=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 187 - color contains mainly: blue. Hex color #B3ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3ABBB is #4C5444. Grayscale: #AFAFAF. Windows color (decimal): -5002309 or 12299187. OLE color: 12299187.
HSL color Cylindrical-coordinate representation of color #B3ABBB: hue angle of 270º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B3ABBB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 171 | 187 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.27 |
| HSL | 270º | 0.11% | 0.7% | - |
| HSV(B) | 270º | 0.09% | 0.73% | - |
| XYZ | 42.12 | 42.3 | 52.96 | - |
| YUV | 175.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 187 | 0.04 | 0.09 | 0 | 0.27 | 270 | 0.11 | 0.7 |
| Hex | B3 | AB | BB | 4 | 9 | 0 | 1B | 10E | B | 46 |
| Octal | 263 | 253 | 273 | 4 | 11 | 0 | 33 | 416 | 13 | 106 |
| Binary | 10110011 | 10101011 | 10111011 | 100 | 1001 | 0 | 11011 | 100001110 | 1011 | 1000110 |
Color Harmonies of #B3ABBB
Complementary color
Monochromatic Colors of #B3ABBB
Black with #B3ABBB
Text Example
Text Example
White with #B3ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABBB; }
p { color: rgb(179,171,187); }
H1.HeaderClassName
{
color: #B3ABBB;
}
.AnyTagClassName
{
color: #B3ABBB;
}
</style>
background-color css
<style>
a { background-color: #B3ABBB; }
a { background-color: rgb(179,171,187); }
div.DivClassName
{
background-color: #B3ABBB;
}
.BgClassName
{
background-color: #B3ABBB;
}
</style>
border-color css
<style>
span { border-color: #B3ABBB; }
span { border-color: rgb(179,171,187); }
td.TdClassName
{
border-color: #B3ABBB;
}
.TagClassName
{
border-color: #B3ABBB;
}
</style>