Shades of Chatelle #B39BB9
Tints of Chatelle #B39BB9
RGB
CMYK
RGB Variations
Color information
#B39BB9 (or 0xB39BB9) is known color: Chatelle. HEX triplet: B3, 9B and B9. RGB value is (179,155,185). Sum of RGB (Red+Green+Blue) = 179+155+185=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 155 (60.94% from 255 or 29.87% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 185 - color contains mainly: blue. Hex color #B39BB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B39BB9 is #4C6446. Grayscale: #A5A5A5. Windows color (decimal): -5006407 or 12164019. OLE color: 12164019.
HSL color Cylindrical-coordinate representation of color #B39BB9: hue angle of 288º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39BB9 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 155 | 185 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.27 |
| HSL | 288º | 0.18% | 0.67% | - |
| HSV(B) | 288º | 0.16% | 0.73% | - |
| XYZ | 39.07 | 36.53 | 50.89 | - |
| YUV | 165.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 155 | 185 | 0.03 | 0.16 | 0 | 0.27 | 288 | 0.18 | 0.67 |
| Hex | B3 | 9B | B9 | 3 | 10 | 0 | 1B | 120 | 12 | 43 |
| Octal | 263 | 233 | 271 | 3 | 20 | 0 | 33 | 440 | 22 | 103 |
| Binary | 10110011 | 10011011 | 10111001 | 11 | 10000 | 0 | 11011 | 100100000 | 10010 | 1000011 |
Color Harmonies of #B39BB9
Complementary color
Monochromatic Colors of #B39BB9
Black with #B39BB9
Text Example
Text Example
White with #B39BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B39BB9; }
p { color: rgb(179,155,185); }
H1.HeaderClassName
{
color: #B39BB9;
}
.AnyTagClassName
{
color: #B39BB9;
}
</style>
background-color css
<style>
a { background-color: #B39BB9; }
a { background-color: rgb(179,155,185); }
div.DivClassName
{
background-color: #B39BB9;
}
.BgClassName
{
background-color: #B39BB9;
}
</style>
border-color css
<style>
span { border-color: #B39BB9; }
span { border-color: rgb(179,155,185); }
td.TdClassName
{
border-color: #B39BB9;
}
.TagClassName
{
border-color: #B39BB9;
}
</style>