Shades of Chatelle #B6ABBD
Tints of Chatelle #B6ABBD
RGB
CMYK
RGB Variations
Color information
#B6ABBD (or 0xB6ABBD) is known color: Chatelle. HEX triplet: B6, AB and BD. RGB value is (182,171,189). Sum of RGB (Red+Green+Blue) = 182+171+189=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 171 (67.19% from 255 or 31.55% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 189 - color contains mainly: blue. Hex color #B6ABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABBD is #495442. Grayscale: #B0B0B0. Windows color (decimal): -4805699 or 12430262. OLE color: 12430262.
HSL color Cylindrical-coordinate representation of color #B6ABBD: hue angle of 276.67º 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 #B6ABBD is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 171 | 189 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.26 |
| HSL | 276.67º | 0.12% | 0.71% | - |
| HSV(B) | 276.67º | 0.1% | 0.74% | - |
| XYZ | 43.04 | 42.75 | 54.13 | - |
| YUV | 176.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 171 | 189 | 0.04 | 0.10 | 0 | 0.26 | 276.67 | 0.12 | 0.71 |
| Hex | B6 | AB | BD | 4 | A | 0 | 1A | 115 | C | 47 |
| Octal | 266 | 253 | 275 | 4 | 12 | 0 | 32 | 425 | 14 | 107 |
| Binary | 10110110 | 10101011 | 10111101 | 100 | 1010 | 0 | 11010 | 100010101 | 1100 | 1000111 |
Color Harmonies of #B6ABBD
Complementary color
Monochromatic Colors of #B6ABBD
Black with #B6ABBD
Text Example
Text Example
White with #B6ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABBD; }
p { color: rgb(182,171,189); }
H1.HeaderClassName
{
color: #B6ABBD;
}
.AnyTagClassName
{
color: #B6ABBD;
}
</style>
background-color css
<style>
a { background-color: #B6ABBD; }
a { background-color: rgb(182,171,189); }
div.DivClassName
{
background-color: #B6ABBD;
}
.BgClassName
{
background-color: #B6ABBD;
}
</style>
border-color css
<style>
span { border-color: #B6ABBD; }
span { border-color: rgb(182,171,189); }
td.TdClassName
{
border-color: #B6ABBD;
}
.TagClassName
{
border-color: #B6ABBD;
}
</style>