Shades of Chatelle #B19CBB
Tints of Chatelle #B19CBB
RGB
CMYK
RGB Variations
Color information
#B19CBB (or 0xB19CBB) is known color: Chatelle. HEX triplet: B1, 9C and BB. RGB value is (177,156,187). Sum of RGB (Red+Green+Blue) = 177+156+187=520 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.04% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #B19CBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBB is #4E6344. Grayscale: #A5A5A5. Windows color (decimal): -5137221 or 12295345. OLE color: 12295345.
HSL color Cylindrical-coordinate representation of color #B19CBB: hue angle of 280.65º 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 #B19CBB is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 177 | 156 | 187 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.27 |
| HSL | 280.65º | 0.19% | 0.67% | - |
| HSV(B) | 280.65º | 0.17% | 0.73% | - |
| XYZ | 38.99 | 36.71 | 52.04 | - |
| YUV | 165.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 187 | 0.05 | 0.17 | 0 | 0.27 | 280.65 | 0.19 | 0.67 |
| Hex | B1 | 9C | BB | 5 | 11 | 0 | 1B | 119 | 13 | 43 |
| Octal | 261 | 234 | 273 | 5 | 21 | 0 | 33 | 431 | 23 | 103 |
| Binary | 10110001 | 10011100 | 10111011 | 101 | 10001 | 0 | 11011 | 100011001 | 10011 | 1000011 |
Color Harmonies of #B19CBB
Complementary color
Monochromatic Colors of #B19CBB
Black with #B19CBB
Text Example
Text Example
White with #B19CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CBB; }
p { color: rgb(177,156,187); }
H1.HeaderClassName
{
color: #B19CBB;
}
.AnyTagClassName
{
color: #B19CBB;
}
</style>
background-color css
<style>
a { background-color: #B19CBB; }
a { background-color: rgb(177,156,187); }
div.DivClassName
{
background-color: #B19CBB;
}
.BgClassName
{
background-color: #B19CBB;
}
</style>
border-color css
<style>
span { border-color: #B19CBB; }
span { border-color: rgb(177,156,187); }
td.TdClassName
{
border-color: #B19CBB;
}
.TagClassName
{
border-color: #B19CBB;
}
</style>