Shades of Chatelle #B4ABBB
Tints of Chatelle #B4ABBB
RGB
CMYK
RGB Variations
Color information
#B4ABBB (or 0xB4ABBB) is known color: Chatelle. HEX triplet: B4, AB and BB. RGB value is (180,171,187). Sum of RGB (Red+Green+Blue) = 180+171+187=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 187 - color contains mainly: blue. Hex color #B4ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ABBB is #4B5444. Grayscale: #AFAFAF. Windows color (decimal): -4936773 or 12299188. OLE color: 12299188.
HSL color Cylindrical-coordinate representation of color #B4ABBB: hue angle of 273.75º 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 #B4ABBB is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 171 | 187 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.27 |
| HSL | 273.75º | 0.11% | 0.7% | - |
| HSV(B) | 273.75º | 0.09% | 0.73% | - |
| XYZ | 42.35 | 42.42 | 52.97 | - |
| YUV | 175.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 171 | 187 | 0.04 | 0.09 | 0 | 0.27 | 273.75 | 0.11 | 0.7 |
| Hex | B4 | AB | BB | 4 | 9 | 0 | 1B | 112 | B | 46 |
| Octal | 264 | 253 | 273 | 4 | 11 | 0 | 33 | 422 | 13 | 106 |
| Binary | 10110100 | 10101011 | 10111011 | 100 | 1001 | 0 | 11011 | 100010010 | 1011 | 1000110 |
Color Harmonies of #B4ABBB
Complementary color
Monochromatic Colors of #B4ABBB
Black with #B4ABBB
Text Example
Text Example
White with #B4ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4ABBB; }
p { color: rgb(180,171,187); }
H1.HeaderClassName
{
color: #B4ABBB;
}
.AnyTagClassName
{
color: #B4ABBB;
}
</style>
background-color css
<style>
a { background-color: #B4ABBB; }
a { background-color: rgb(180,171,187); }
div.DivClassName
{
background-color: #B4ABBB;
}
.BgClassName
{
background-color: #B4ABBB;
}
</style>
border-color css
<style>
span { border-color: #B4ABBB; }
span { border-color: rgb(180,171,187); }
td.TdClassName
{
border-color: #B4ABBB;
}
.TagClassName
{
border-color: #B4ABBB;
}
</style>