Shades of Chatelle #B49BBB
Tints of Chatelle #B49BBB
RGB
CMYK
RGB Variations
Color information
#B49BBB (or 0xB49BBB) is known color: Chatelle. HEX triplet: B4, 9B and BB. RGB value is (180,155,187). Sum of RGB (Red+Green+Blue) = 180+155+187=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49BBB is #4B6444. Grayscale: #A6A6A6. Windows color (decimal): -4940869 or 12295092. OLE color: 12295092.
HSL color Cylindrical-coordinate representation of color #B49BBB: hue angle of 286.88º degrees, saturation: 0.19, 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 #B49BBB is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 155 | 187 | - |
| CMYK | 0.04 | 0.17 | 0 | 0.27 |
| HSL | 286.88º | 0.19% | 0.67% | - |
| HSV(B) | 286.88º | 0.17% | 0.73% | - |
| XYZ | 39.51 | 36.73 | 52.02 | - |
| YUV | 166.12 | 139.78 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 155 | 187 | 0.04 | 0.17 | 0 | 0.27 | 286.88 | 0.19 | 0.67 |
| Hex | B4 | 9B | BB | 4 | 11 | 0 | 1B | 11F | 13 | 43 |
| Octal | 264 | 233 | 273 | 4 | 21 | 0 | 33 | 437 | 23 | 103 |
| Binary | 10110100 | 10011011 | 10111011 | 100 | 10001 | 0 | 11011 | 100011111 | 10011 | 1000011 |
Color Harmonies of #B49BBB
Complementary color
Monochromatic Colors of #B49BBB
Black with #B49BBB
Text Example
Text Example
White with #B49BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49BBB; }
p { color: rgb(180,155,187); }
H1.HeaderClassName
{
color: #B49BBB;
}
.AnyTagClassName
{
color: #B49BBB;
}
</style>
background-color css
<style>
a { background-color: #B49BBB; }
a { background-color: rgb(180,155,187); }
div.DivClassName
{
background-color: #B49BBB;
}
.BgClassName
{
background-color: #B49BBB;
}
</style>
border-color css
<style>
span { border-color: #B49BBB; }
span { border-color: rgb(180,155,187); }
td.TdClassName
{
border-color: #B49BBB;
}
.TagClassName
{
border-color: #B49BBB;
}
</style>