Shades of Chatelle #B19BB9
Tints of Chatelle #B19BB9
RGB
CMYK
RGB Variations
Color information
#B19BB9 (or 0xB19BB9) is known color: Chatelle. HEX triplet: B1, 9B and B9. RGB value is (177,155,185). Sum of RGB (Red+Green+Blue) = 177+155+185=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 185 - color contains mainly: blue. Hex color #B19BB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19BB9 is #4E6446. Grayscale: #A4A4A4. Windows color (decimal): -5137479 or 12164017. OLE color: 12164017.
HSL color Cylindrical-coordinate representation of color #B19BB9: hue angle of 284º 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 #B19BB9 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 155 | 185 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.27 |
| HSL | 284º | 0.18% | 0.67% | - |
| HSV(B) | 284º | 0.16% | 0.73% | - |
| XYZ | 38.61 | 36.29 | 50.87 | - |
| YUV | 165 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 155 | 185 | 0.04 | 0.16 | 0 | 0.27 | 284 | 0.18 | 0.67 |
| Hex | B1 | 9B | B9 | 4 | 10 | 0 | 1B | 11C | 12 | 43 |
| Octal | 261 | 233 | 271 | 4 | 20 | 0 | 33 | 434 | 22 | 103 |
| Binary | 10110001 | 10011011 | 10111001 | 100 | 10000 | 0 | 11011 | 100011100 | 10010 | 1000011 |
Color Harmonies of #B19BB9
Complementary color
Monochromatic Colors of #B19BB9
Black with #B19BB9
Text Example
Text Example
White with #B19BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19BB9; }
p { color: rgb(177,155,185); }
H1.HeaderClassName
{
color: #B19BB9;
}
.AnyTagClassName
{
color: #B19BB9;
}
</style>
background-color css
<style>
a { background-color: #B19BB9; }
a { background-color: rgb(177,155,185); }
div.DivClassName
{
background-color: #B19BB9;
}
.BgClassName
{
background-color: #B19BB9;
}
</style>
border-color css
<style>
span { border-color: #B19BB9; }
span { border-color: rgb(177,155,185); }
td.TdClassName
{
border-color: #B19BB9;
}
.TagClassName
{
border-color: #B19BB9;
}
</style>