Shades of Chatelle #B19FBC
Tints of Chatelle #B19FBC
RGB
CMYK
RGB Variations
Color information
#B19FBC (or 0xB19FBC) is known color: Chatelle. HEX triplet: B1, 9F and BC. RGB value is (177,159,188). Sum of RGB (Red+Green+Blue) = 177+159+188=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 188 - color contains mainly: blue. Hex color #B19FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FBC is #4E6043. Grayscale: #A7A7A7. Windows color (decimal): -5136452 or 12361649. OLE color: 12361649.
HSL color Cylindrical-coordinate representation of color #B19FBC: hue angle of 277.24º 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 #B19FBC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 159 | 188 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.26 |
| HSL | 277.24º | 0.18% | 0.68% | - |
| HSV(B) | 277.24º | 0.15% | 0.74% | - |
| XYZ | 39.61 | 37.77 | 52.78 | - |
| YUV | 167.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 188 | 0.06 | 0.15 | 0 | 0.26 | 277.24 | 0.18 | 0.68 |
| Hex | B1 | 9F | BC | 6 | F | 0 | 1A | 115 | 12 | 44 |
| Octal | 261 | 237 | 274 | 6 | 17 | 0 | 32 | 425 | 22 | 104 |
| Binary | 10110001 | 10011111 | 10111100 | 110 | 1111 | 0 | 11010 | 100010101 | 10010 | 1000100 |
Color Harmonies of #B19FBC
Complementary color
Monochromatic Colors of #B19FBC
Black with #B19FBC
Text Example
Text Example
White with #B19FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FBC; }
p { color: rgb(177,159,188); }
H1.HeaderClassName
{
color: #B19FBC;
}
.AnyTagClassName
{
color: #B19FBC;
}
</style>
background-color css
<style>
a { background-color: #B19FBC; }
a { background-color: rgb(177,159,188); }
div.DivClassName
{
background-color: #B19FBC;
}
.BgClassName
{
background-color: #B19FBC;
}
</style>
border-color css
<style>
span { border-color: #B19FBC; }
span { border-color: rgb(177,159,188); }
td.TdClassName
{
border-color: #B19FBC;
}
.TagClassName
{
border-color: #B19FBC;
}
</style>