Shades of Chatelle #B59ABC
Tints of Chatelle #B59ABC
RGB
CMYK
RGB Variations
Color information
#B59ABC (or 0xB59ABC) is known color: Chatelle. HEX triplet: B5, 9A and BC. RGB value is (181,154,188). Sum of RGB (Red+Green+Blue) = 181+154+188=523 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.61% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B59ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ABC is #4A6543. Grayscale: #A5A5A5. Windows color (decimal): -4875588 or 12360373. OLE color: 12360373.
HSL color Cylindrical-coordinate representation of color #B59ABC: hue angle of 287.65º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B59ABC is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 154 | 188 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.26 |
| HSL | 287.65º | 0.2% | 0.67% | - |
| HSV(B) | 287.65º | 0.18% | 0.74% | - |
| XYZ | 39.69 | 36.57 | 52.54 | - |
| YUV | 165.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 154 | 188 | 0.04 | 0.18 | 0 | 0.26 | 287.65 | 0.2 | 0.67 |
| Hex | B5 | 9A | BC | 4 | 12 | 0 | 1A | 120 | 14 | 43 |
| Octal | 265 | 232 | 274 | 4 | 22 | 0 | 32 | 440 | 24 | 103 |
| Binary | 10110101 | 10011010 | 10111100 | 100 | 10010 | 0 | 11010 | 100100000 | 10100 | 1000011 |
Color Harmonies of #B59ABC
Complementary color
Monochromatic Colors of #B59ABC
Black with #B59ABC
Text Example
Text Example
White with #B59ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59ABC; }
p { color: rgb(181,154,188); }
H1.HeaderClassName
{
color: #B59ABC;
}
.AnyTagClassName
{
color: #B59ABC;
}
</style>
background-color css
<style>
a { background-color: #B59ABC; }
a { background-color: rgb(181,154,188); }
div.DivClassName
{
background-color: #B59ABC;
}
.BgClassName
{
background-color: #B59ABC;
}
</style>
border-color css
<style>
span { border-color: #B59ABC; }
span { border-color: rgb(181,154,188); }
td.TdClassName
{
border-color: #B59ABC;
}
.TagClassName
{
border-color: #B59ABC;
}
</style>