Shades of Chatelle #B39FBB
Tints of Chatelle #B39FBB
RGB
CMYK
RGB Variations
Color information
#B39FBB (or 0xB39FBB) is known color: Chatelle. HEX triplet: B3, 9F and BB. RGB value is (179,159,187). Sum of RGB (Red+Green+Blue) = 179+159+187=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B39FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39FBB is #4C6044. Grayscale: #A8A8A8. Windows color (decimal): -5005381 or 12296115. OLE color: 12296115.
HSL color Cylindrical-coordinate representation of color #B39FBB: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B39FBB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 159 | 187 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.27 |
| HSL | 282.86º | 0.17% | 0.68% | - |
| HSV(B) | 282.86º | 0.15% | 0.73% | - |
| XYZ | 39.96 | 37.97 | 52.24 | - |
| YUV | 168.17 | 138.63 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 159 | 187 | 0.04 | 0.15 | 0 | 0.27 | 282.86 | 0.17 | 0.68 |
| Hex | B3 | 9F | BB | 4 | F | 0 | 1B | 11B | 11 | 44 |
| Octal | 263 | 237 | 273 | 4 | 17 | 0 | 33 | 433 | 21 | 104 |
| Binary | 10110011 | 10011111 | 10111011 | 100 | 1111 | 0 | 11011 | 100011011 | 10001 | 1000100 |
Color Harmonies of #B39FBB
Complementary color
Monochromatic Colors of #B39FBB
Black with #B39FBB
Text Example
Text Example
White with #B39FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39FBB; }
p { color: rgb(179,159,187); }
H1.HeaderClassName
{
color: #B39FBB;
}
.AnyTagClassName
{
color: #B39FBB;
}
</style>
background-color css
<style>
a { background-color: #B39FBB; }
a { background-color: rgb(179,159,187); }
div.DivClassName
{
background-color: #B39FBB;
}
.BgClassName
{
background-color: #B39FBB;
}
</style>
border-color css
<style>
span { border-color: #B39FBB; }
span { border-color: rgb(179,159,187); }
td.TdClassName
{
border-color: #B39FBB;
}
.TagClassName
{
border-color: #B39FBB;
}
</style>