Shades of Chatelle #B49DBB
Tints of Chatelle #B49DBB
RGB
CMYK
RGB Variations
Color information
#B49DBB (or 0xB49DBB) is known color: Chatelle. HEX triplet: B4, 9D and BB. RGB value is (180,157,187). Sum of RGB (Red+Green+Blue) = 180+157+187=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 187 - color contains mainly: blue. Hex color #B49DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49DBB is #4B6244. Grayscale: #A7A7A7. Windows color (decimal): -4940357 or 12295604. OLE color: 12295604.
HSL color Cylindrical-coordinate representation of color #B49DBB: hue angle of 286º 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 #B49DBB is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 157 | 187 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.27 |
| HSL | 286º | 0.18% | 0.67% | - |
| HSV(B) | 286º | 0.16% | 0.73% | - |
| XYZ | 39.85 | 37.41 | 52.13 | - |
| YUV | 167.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 157 | 187 | 0.04 | 0.16 | 0 | 0.27 | 286 | 0.18 | 0.67 |
| Hex | B4 | 9D | BB | 4 | 10 | 0 | 1B | 11E | 12 | 43 |
| Octal | 264 | 235 | 273 | 4 | 20 | 0 | 33 | 436 | 22 | 103 |
| Binary | 10110100 | 10011101 | 10111011 | 100 | 10000 | 0 | 11011 | 100011110 | 10010 | 1000011 |
Color Harmonies of #B49DBB
Complementary color
Monochromatic Colors of #B49DBB
Black with #B49DBB
Text Example
Text Example
White with #B49DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49DBB; }
p { color: rgb(180,157,187); }
H1.HeaderClassName
{
color: #B49DBB;
}
.AnyTagClassName
{
color: #B49DBB;
}
</style>
background-color css
<style>
a { background-color: #B49DBB; }
a { background-color: rgb(180,157,187); }
div.DivClassName
{
background-color: #B49DBB;
}
.BgClassName
{
background-color: #B49DBB;
}
</style>
border-color css
<style>
span { border-color: #B49DBB; }
span { border-color: rgb(180,157,187); }
td.TdClassName
{
border-color: #B49DBB;
}
.TagClassName
{
border-color: #B49DBB;
}
</style>