Shades of Chatelle #B8ABBD
Tints of Chatelle #B8ABBD
RGB
CMYK
RGB Variations
Color information
#B8ABBD (or 0xB8ABBD) is known color: Chatelle. HEX triplet: B8, AB and BD. RGB value is (184,171,189). Sum of RGB (Red+Green+Blue) = 184+171+189=544 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.82% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #B8ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8ABBD is #475442. Grayscale: #B0B0B0. Windows color (decimal): -4674627 or 12430264. OLE color: 12430264.
HSL color Cylindrical-coordinate representation of color #B8ABBD: hue angle of 283.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8ABBD is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 171 | 189 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.26 |
| HSL | 283.33º | 0.12% | 0.71% | - |
| HSV(B) | 283.33º | 0.1% | 0.74% | - |
| XYZ | 43.52 | 42.99 | 54.15 | - |
| YUV | 176.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 171 | 189 | 0.03 | 0.10 | 0 | 0.26 | 283.33 | 0.12 | 0.71 |
| Hex | B8 | AB | BD | 3 | A | 0 | 1A | 11B | C | 47 |
| Octal | 270 | 253 | 275 | 3 | 12 | 0 | 32 | 433 | 14 | 107 |
| Binary | 10111000 | 10101011 | 10111101 | 11 | 1010 | 0 | 11010 | 100011011 | 1100 | 1000111 |
Color Harmonies of #B8ABBD
Complementary color
Monochromatic Colors of #B8ABBD
Black with #B8ABBD
Text Example
Text Example
White with #B8ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ABBD; }
p { color: rgb(184,171,189); }
H1.HeaderClassName
{
color: #B8ABBD;
}
.AnyTagClassName
{
color: #B8ABBD;
}
</style>
background-color css
<style>
a { background-color: #B8ABBD; }
a { background-color: rgb(184,171,189); }
div.DivClassName
{
background-color: #B8ABBD;
}
.BgClassName
{
background-color: #B8ABBD;
}
</style>
border-color css
<style>
span { border-color: #B8ABBD; }
span { border-color: rgb(184,171,189); }
td.TdClassName
{
border-color: #B8ABBD;
}
.TagClassName
{
border-color: #B8ABBD;
}
</style>