Shades of Chatelle #B59CBC
Tints of Chatelle #B59CBC
RGB
CMYK
RGB Variations
Color information
#B59CBC (or 0xB59CBC) is known color: Chatelle. HEX triplet: B5, 9C and BC. RGB value is (181,156,188). Sum of RGB (Red+Green+Blue) = 181+156+188=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 188 - color contains mainly: blue. Hex color #B59CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CBC is #4A6343. Grayscale: #A7A7A7. Windows color (decimal): -4875076 or 12360885. OLE color: 12360885.
HSL color Cylindrical-coordinate representation of color #B59CBC: hue angle of 286.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B59CBC is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 156 | 188 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.26 |
| HSL | 286.88º | 0.19% | 0.67% | - |
| HSV(B) | 286.88º | 0.17% | 0.74% | - |
| XYZ | 40.02 | 37.23 | 52.65 | - |
| YUV | 167.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 156 | 188 | 0.04 | 0.17 | 0 | 0.26 | 286.88 | 0.19 | 0.67 |
| Hex | B5 | 9C | BC | 4 | 11 | 0 | 1A | 11F | 13 | 43 |
| Octal | 265 | 234 | 274 | 4 | 21 | 0 | 32 | 437 | 23 | 103 |
| Binary | 10110101 | 10011100 | 10111100 | 100 | 10001 | 0 | 11010 | 100011111 | 10011 | 1000011 |
Color Harmonies of #B59CBC
Complementary color
Monochromatic Colors of #B59CBC
Black with #B59CBC
Text Example
Text Example
White with #B59CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59CBC; }
p { color: rgb(181,156,188); }
H1.HeaderClassName
{
color: #B59CBC;
}
.AnyTagClassName
{
color: #B59CBC;
}
</style>
background-color css
<style>
a { background-color: #B59CBC; }
a { background-color: rgb(181,156,188); }
div.DivClassName
{
background-color: #B59CBC;
}
.BgClassName
{
background-color: #B59CBC;
}
</style>
border-color css
<style>
span { border-color: #B59CBC; }
span { border-color: rgb(181,156,188); }
td.TdClassName
{
border-color: #B59CBC;
}
.TagClassName
{
border-color: #B59CBC;
}
</style>