Shades of Chatelle #B19DB5
Tints of Chatelle #B19DB5
RGB
CMYK
RGB Variations
Color information
#B19DB5 (or 0xB19DB5) is known color: Chatelle. HEX triplet: B1, 9D and B5. RGB value is (177,157,181). Sum of RGB (Red+Green+Blue) = 177+157+181=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 181 - color contains mainly: blue. Hex color #B19DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19DB5 is #4E624A. Grayscale: #A5A5A5. Windows color (decimal): -5136971 or 11902385. OLE color: 11902385.
HSL color Cylindrical-coordinate representation of color #B19DB5: hue angle of 290º degrees, saturation: 0.14, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19DB5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 157 | 181 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.29 |
| HSL | 290º | 0.14% | 0.66% | - |
| HSV(B) | 290º | 0.13% | 0.71% | - |
| XYZ | 38.53 | 36.8 | 48.79 | - |
| YUV | 165.72 | 136.63 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 157 | 181 | 0.02 | 0.13 | 0 | 0.29 | 290 | 0.14 | 0.66 |
| Hex | B1 | 9D | B5 | 2 | D | 0 | 1D | 122 | E | 42 |
| Octal | 261 | 235 | 265 | 2 | 15 | 0 | 35 | 442 | 16 | 102 |
| Binary | 10110001 | 10011101 | 10110101 | 10 | 1101 | 0 | 11101 | 100100010 | 1110 | 1000010 |
Color Harmonies of #B19DB5
Complementary color
Monochromatic Colors of #B19DB5
Black with #B19DB5
Text Example
Text Example
White with #B19DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19DB5; }
p { color: rgb(177,157,181); }
H1.HeaderClassName
{
color: #B19DB5;
}
.AnyTagClassName
{
color: #B19DB5;
}
</style>
background-color css
<style>
a { background-color: #B19DB5; }
a { background-color: rgb(177,157,181); }
div.DivClassName
{
background-color: #B19DB5;
}
.BgClassName
{
background-color: #B19DB5;
}
</style>
border-color css
<style>
span { border-color: #B19DB5; }
span { border-color: rgb(177,157,181); }
td.TdClassName
{
border-color: #B19DB5;
}
.TagClassName
{
border-color: #B19DB5;
}
</style>