Shades of Chatelle #B59BC1
Tints of Chatelle #B59BC1
RGB
CMYK
RGB Variations
Color information
#B59BC1 (or 0xB59BC1) is known color: Chatelle. HEX triplet: B5, 9B and C1. RGB value is (181,155,193). Sum of RGB (Red+Green+Blue) = 181+155+193=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #B59BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BC1 is #4A643E. Grayscale: #A6A6A6. Windows color (decimal): -4875327 or 12688309. OLE color: 12688309.
HSL color Cylindrical-coordinate representation of color #B59BC1: hue angle of 281.05º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B59BC1 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 181 | 155 | 193 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.24 |
| HSL | 281.05º | 0.23% | 0.68% | - |
| HSV(B) | 281.05º | 0.2% | 0.76% | - |
| XYZ | 40.4 | 37.12 | 55.49 | - |
| YUV | 167.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 193 | 0.06 | 0.20 | 0 | 0.24 | 281.05 | 0.23 | 0.68 |
| Hex | B5 | 9B | C1 | 6 | 14 | 0 | 18 | 119 | 17 | 44 |
| Octal | 265 | 233 | 301 | 6 | 24 | 0 | 30 | 431 | 27 | 104 |
| Binary | 10110101 | 10011011 | 11000001 | 110 | 10100 | 0 | 11000 | 100011001 | 10111 | 1000100 |
Color Harmonies of #B59BC1
Complementary color
Monochromatic Colors of #B59BC1
Black with #B59BC1
Text Example
Text Example
White with #B59BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59BC1; }
p { color: rgb(181,155,193); }
H1.HeaderClassName
{
color: #B59BC1;
}
.AnyTagClassName
{
color: #B59BC1;
}
</style>
background-color css
<style>
a { background-color: #B59BC1; }
a { background-color: rgb(181,155,193); }
div.DivClassName
{
background-color: #B59BC1;
}
.BgClassName
{
background-color: #B59BC1;
}
</style>
border-color css
<style>
span { border-color: #B59BC1; }
span { border-color: rgb(181,155,193); }
td.TdClassName
{
border-color: #B59BC1;
}
.TagClassName
{
border-color: #B59BC1;
}
</style>