Shades of Chatelle #B49BBA
Tints of Chatelle #B49BBA
RGB
CMYK
RGB Variations
Color information
#B49BBA (or 0xB49BBA) is known color: Chatelle. HEX triplet: B4, 9B and BA. RGB value is (180,155,186). Sum of RGB (Red+Green+Blue) = 180+155+186=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B49BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBA is #4B6445. Grayscale: #A5A5A5. Windows color (decimal): -4940870 or 12229556. OLE color: 12229556.
HSL color Cylindrical-coordinate representation of color #B49BBA: hue angle of 288.39º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B49BBA is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 155 | 186 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.27 |
| HSL | 288.39º | 0.18% | 0.67% | - |
| HSV(B) | 288.39º | 0.17% | 0.73% | - |
| XYZ | 39.41 | 36.69 | 51.46 | - |
| YUV | 166.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 186 | 0.03 | 0.17 | 0 | 0.27 | 288.39 | 0.18 | 0.67 |
| Hex | B4 | 9B | BA | 3 | 11 | 0 | 1B | 120 | 12 | 43 |
| Octal | 264 | 233 | 272 | 3 | 21 | 0 | 33 | 440 | 22 | 103 |
| Binary | 10110100 | 10011011 | 10111010 | 11 | 10001 | 0 | 11011 | 100100000 | 10010 | 1000011 |
Color Harmonies of #B49BBA
Complementary color
Monochromatic Colors of #B49BBA
Black with #B49BBA
Text Example
Text Example
White with #B49BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BBA; }
p { color: rgb(180,155,186); }
H1.HeaderClassName
{
color: #B49BBA;
}
.AnyTagClassName
{
color: #B49BBA;
}
</style>
background-color css
<style>
a { background-color: #B49BBA; }
a { background-color: rgb(180,155,186); }
div.DivClassName
{
background-color: #B49BBA;
}
.BgClassName
{
background-color: #B49BBA;
}
</style>
border-color css
<style>
span { border-color: #B49BBA; }
span { border-color: rgb(180,155,186); }
td.TdClassName
{
border-color: #B49BBA;
}
.TagClassName
{
border-color: #B49BBA;
}
</style>