Shades of Chatelle #B59FC0
Tints of Chatelle #B59FC0
RGB
CMYK
RGB Variations
Color information
#B59FC0 (or 0xB59FC0) is known color: Chatelle. HEX triplet: B5, 9F and C0. RGB value is (181,159,192). Sum of RGB (Red+Green+Blue) = 181+159+192=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #B59FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FC0 is #4A603F. Grayscale: #A9A9A9. Windows color (decimal): -4874304 or 12623797. OLE color: 12623797.
HSL color Cylindrical-coordinate representation of color #B59FC0: hue angle of 280º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59FC0 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 159 | 192 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.25 |
| HSL | 280º | 0.21% | 0.69% | - |
| HSV(B) | 280º | 0.17% | 0.75% | - |
| XYZ | 40.97 | 38.43 | 55.13 | - |
| YUV | 169.34 | 140.79 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 159 | 192 | 0.06 | 0.17 | 0 | 0.25 | 280 | 0.21 | 0.69 |
| Hex | B5 | 9F | C0 | 6 | 11 | 0 | 19 | 118 | 15 | 45 |
| Octal | 265 | 237 | 300 | 6 | 21 | 0 | 31 | 430 | 25 | 105 |
| Binary | 10110101 | 10011111 | 11000000 | 110 | 10001 | 0 | 11001 | 100011000 | 10101 | 1000101 |
Color Harmonies of #B59FC0
Complementary color
Monochromatic Colors of #B59FC0
Black with #B59FC0
Text Example
Text Example
White with #B59FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59FC0; }
p { color: rgb(181,159,192); }
H1.HeaderClassName
{
color: #B59FC0;
}
.AnyTagClassName
{
color: #B59FC0;
}
</style>
background-color css
<style>
a { background-color: #B59FC0; }
a { background-color: rgb(181,159,192); }
div.DivClassName
{
background-color: #B59FC0;
}
.BgClassName
{
background-color: #B59FC0;
}
</style>
border-color css
<style>
span { border-color: #B59FC0; }
span { border-color: rgb(181,159,192); }
td.TdClassName
{
border-color: #B59FC0;
}
.TagClassName
{
border-color: #B59FC0;
}
</style>