Shades of Chatelle #B49FBC
Tints of Chatelle #B49FBC
RGB
CMYK
RGB Variations
Color information
#B49FBC (or 0xB49FBC) is known color: Chatelle. HEX triplet: B4, 9F and BC. RGB value is (180,159,188). Sum of RGB (Red+Green+Blue) = 180+159+188=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 188 (73.83% from 255 or 35.67% from 527); Max value from RGB is 188 - color contains mainly: blue. Hex color #B49FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B49FBC is #4B6043. Grayscale: #A8A8A8. Windows color (decimal): -4939844 or 12361652. OLE color: 12361652.
HSL color Cylindrical-coordinate representation of color #B49FBC: hue angle of 283.45º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B49FBC is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 159 | 188 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.26 |
| HSL | 283.45º | 0.18% | 0.68% | - |
| HSV(B) | 283.45º | 0.15% | 0.74% | - |
| XYZ | 40.3 | 38.13 | 52.81 | - |
| YUV | 168.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 159 | 188 | 0.04 | 0.15 | 0 | 0.26 | 283.45 | 0.18 | 0.68 |
| Hex | B4 | 9F | BC | 4 | F | 0 | 1A | 11B | 12 | 44 |
| Octal | 264 | 237 | 274 | 4 | 17 | 0 | 32 | 433 | 22 | 104 |
| Binary | 10110100 | 10011111 | 10111100 | 100 | 1111 | 0 | 11010 | 100011011 | 10010 | 1000100 |
Color Harmonies of #B49FBC
Complementary color
Monochromatic Colors of #B49FBC
Black with #B49FBC
Text Example
Text Example
White with #B49FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49FBC; }
p { color: rgb(180,159,188); }
H1.HeaderClassName
{
color: #B49FBC;
}
.AnyTagClassName
{
color: #B49FBC;
}
</style>
background-color css
<style>
a { background-color: #B49FBC; }
a { background-color: rgb(180,159,188); }
div.DivClassName
{
background-color: #B49FBC;
}
.BgClassName
{
background-color: #B49FBC;
}
</style>
border-color css
<style>
span { border-color: #B49FBC; }
span { border-color: rgb(180,159,188); }
td.TdClassName
{
border-color: #B49FBC;
}
.TagClassName
{
border-color: #B49FBC;
}
</style>