Shades of Chatelle #B19CBC
Tints of Chatelle #B19CBC
RGB
CMYK
RGB Variations
Color information
#B19CBC (or 0xB19CBC) is known color: Chatelle. HEX triplet: B1, 9C and BC. RGB value is (177,156,188). Sum of RGB (Red+Green+Blue) = 177+156+188=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 188 - color contains mainly: blue. Hex color #B19CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19CBC is #4E6343. Grayscale: #A5A5A5. Windows color (decimal): -5137220 or 12360881. OLE color: 12360881.
HSL color Cylindrical-coordinate representation of color #B19CBC: hue angle of 279.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B19CBC is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 177 | 156 | 188 | - |
| CMYK | 0.06 | 0.17 | 0 | 0.26 |
| HSL | 279.38º | 0.19% | 0.67% | - |
| HSV(B) | 279.38º | 0.17% | 0.74% | - |
| XYZ | 39.1 | 36.75 | 52.61 | - |
| YUV | 165.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 156 | 188 | 0.06 | 0.17 | 0 | 0.26 | 279.38 | 0.19 | 0.67 |
| Hex | B1 | 9C | BC | 6 | 11 | 0 | 1A | 117 | 13 | 43 |
| Octal | 261 | 234 | 274 | 6 | 21 | 0 | 32 | 427 | 23 | 103 |
| Binary | 10110001 | 10011100 | 10111100 | 110 | 10001 | 0 | 11010 | 100010111 | 10011 | 1000011 |
Color Harmonies of #B19CBC
Complementary color
Monochromatic Colors of #B19CBC
Black with #B19CBC
Text Example
Text Example
White with #B19CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19CBC; }
p { color: rgb(177,156,188); }
H1.HeaderClassName
{
color: #B19CBC;
}
.AnyTagClassName
{
color: #B19CBC;
}
</style>
background-color css
<style>
a { background-color: #B19CBC; }
a { background-color: rgb(177,156,188); }
div.DivClassName
{
background-color: #B19CBC;
}
.BgClassName
{
background-color: #B19CBC;
}
</style>
border-color css
<style>
span { border-color: #B19CBC; }
span { border-color: rgb(177,156,188); }
td.TdClassName
{
border-color: #B19CBC;
}
.TagClassName
{
border-color: #B19CBC;
}
</style>