Shades of Chatelle #B19FB4
Tints of Chatelle #B19FB4
RGB
CMYK
RGB Variations
Color information
#B19FB4 (or 0xB19FB4) is known color: Chatelle. HEX triplet: B1, 9F and B4. RGB value is (177,159,180). Sum of RGB (Red+Green+Blue) = 177+159+180=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #B19FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FB4 is #4E604B. Grayscale: #A6A6A6. Windows color (decimal): -5136460 or 11837361. OLE color: 11837361.
HSL color Cylindrical-coordinate representation of color #B19FB4: hue angle of 291.43º degrees, saturation: 0.12, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B19FB4 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 159 | 180 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.29 |
| HSL | 291.43º | 0.12% | 0.66% | - |
| HSV(B) | 291.43º | 0.12% | 0.71% | - |
| XYZ | 38.77 | 37.44 | 48.36 | - |
| YUV | 166.78 | 135.46 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 159 | 180 | 0.02 | 0.12 | 0 | 0.29 | 291.43 | 0.12 | 0.66 |
| Hex | B1 | 9F | B4 | 2 | C | 0 | 1D | 123 | C | 42 |
| Octal | 261 | 237 | 264 | 2 | 14 | 0 | 35 | 443 | 14 | 102 |
| Binary | 10110001 | 10011111 | 10110100 | 10 | 1100 | 0 | 11101 | 100100011 | 1100 | 1000010 |
Color Harmonies of #B19FB4
Complementary color
Monochromatic Colors of #B19FB4
Black with #B19FB4
Text Example
Text Example
White with #B19FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19FB4; }
p { color: rgb(177,159,180); }
H1.HeaderClassName
{
color: #B19FB4;
}
.AnyTagClassName
{
color: #B19FB4;
}
</style>
background-color css
<style>
a { background-color: #B19FB4; }
a { background-color: rgb(177,159,180); }
div.DivClassName
{
background-color: #B19FB4;
}
.BgClassName
{
background-color: #B19FB4;
}
</style>
border-color css
<style>
span { border-color: #B19FB4; }
span { border-color: rgb(177,159,180); }
td.TdClassName
{
border-color: #B19FB4;
}
.TagClassName
{
border-color: #B19FB4;
}
</style>