Shades of Chatelle #B79CC0
Tints of Chatelle #B79CC0
RGB
CMYK
RGB Variations
Color information
#B79CC0 (or 0xB79CC0) is known color: Chatelle. HEX triplet: B7, 9C and C0. RGB value is (183,156,192). Sum of RGB (Red+Green+Blue) = 183+156+192=531 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.46% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 192 - color contains mainly: blue. Hex color #B79CC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CC0 is #48633F. Grayscale: #A8A8A8. Windows color (decimal): -4744000 or 12623031. OLE color: 12623031.
HSL color Cylindrical-coordinate representation of color #B79CC0: hue angle of 285º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B79CC0 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 183 | 156 | 192 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.25 |
| HSL | 285º | 0.22% | 0.68% | - |
| HSV(B) | 285º | 0.19% | 0.75% | - |
| XYZ | 40.93 | 37.65 | 54.98 | - |
| YUV | 168.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 156 | 192 | 0.05 | 0.19 | 0 | 0.25 | 285 | 0.22 | 0.68 |
| Hex | B7 | 9C | C0 | 5 | 13 | 0 | 19 | 11D | 16 | 44 |
| Octal | 267 | 234 | 300 | 5 | 23 | 0 | 31 | 435 | 26 | 104 |
| Binary | 10110111 | 10011100 | 11000000 | 101 | 10011 | 0 | 11001 | 100011101 | 10110 | 1000100 |
Color Harmonies of #B79CC0
Complementary color
Monochromatic Colors of #B79CC0
Black with #B79CC0
Text Example
Text Example
White with #B79CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79CC0; }
p { color: rgb(183,156,192); }
H1.HeaderClassName
{
color: #B79CC0;
}
.AnyTagClassName
{
color: #B79CC0;
}
</style>
background-color css
<style>
a { background-color: #B79CC0; }
a { background-color: rgb(183,156,192); }
div.DivClassName
{
background-color: #B79CC0;
}
.BgClassName
{
background-color: #B79CC0;
}
</style>
border-color css
<style>
span { border-color: #B79CC0; }
span { border-color: rgb(183,156,192); }
td.TdClassName
{
border-color: #B79CC0;
}
.TagClassName
{
border-color: #B79CC0;
}
</style>