Shades of Chatelle #B199B5
Tints of Chatelle #B199B5
RGB
CMYK
RGB Variations
Color information
#B199B5 (or 0xB199B5) is known color: Chatelle. HEX triplet: B1, 99 and B5. RGB value is (177,153,181). Sum of RGB (Red+Green+Blue) = 177+153+181=511 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.64% from 511); Green value is 153 (60.16% from 255 or 29.94% from 511); Blue value is 181 (71.09% from 255 or 35.42% from 511); Max value from RGB is 181 - color contains mainly: blue. Hex color #B199B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199B5 is #4E664A. Grayscale: #A3A3A3. Windows color (decimal): -5137995 or 11901361. OLE color: 11901361.
HSL color Cylindrical-coordinate representation of color #B199B5: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B199B5 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 177 | 153 | 181 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.29 |
| HSL | 291.43º | 0.16% | 0.65% | - |
| HSV(B) | 291.43º | 0.15% | 0.71% | - |
| XYZ | 37.86 | 35.47 | 48.57 | - |
| YUV | 163.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 181 | 0.02 | 0.15 | 0 | 0.29 | 291.43 | 0.16 | 0.65 |
| Hex | B1 | 99 | B5 | 2 | F | 0 | 1D | 123 | 10 | 41 |
| Octal | 261 | 231 | 265 | 2 | 17 | 0 | 35 | 443 | 20 | 101 |
| Binary | 10110001 | 10011001 | 10110101 | 10 | 1111 | 0 | 11101 | 100100011 | 10000 | 1000001 |
Color Harmonies of #B199B5
Complementary color
Monochromatic Colors of #B199B5
Black with #B199B5
Text Example
Text Example
White with #B199B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199B5; }
p { color: rgb(177,153,181); }
H1.HeaderClassName
{
color: #B199B5;
}
.AnyTagClassName
{
color: #B199B5;
}
</style>
background-color css
<style>
a { background-color: #B199B5; }
a { background-color: rgb(177,153,181); }
div.DivClassName
{
background-color: #B199B5;
}
.BgClassName
{
background-color: #B199B5;
}
</style>
border-color css
<style>
span { border-color: #B199B5; }
span { border-color: rgb(177,153,181); }
td.TdClassName
{
border-color: #B199B5;
}
.TagClassName
{
border-color: #B199B5;
}
</style>