Shades of Chatelle #B199B7
Tints of Chatelle #B199B7
RGB
CMYK
RGB Variations
Color information
#B199B7 (or 0xB199B7) is known color: Chatelle. HEX triplet: B1, 99 and B7. RGB value is (177,153,183). Sum of RGB (Red+Green+Blue) = 177+153+183=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 183 - color contains mainly: blue. Hex color #B199B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B199B7 is #4E6648. Grayscale: #A3A3A3. Windows color (decimal): -5137993 or 12032433. OLE color: 12032433.
HSL color Cylindrical-coordinate representation of color #B199B7: hue angle of 288º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B199B7 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 177 | 153 | 183 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.28 |
| HSL | 288º | 0.17% | 0.66% | - |
| HSV(B) | 288º | 0.16% | 0.72% | - |
| XYZ | 38.07 | 35.55 | 49.65 | - |
| YUV | 163.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 153 | 183 | 0.03 | 0.16 | 0 | 0.28 | 288 | 0.17 | 0.66 |
| Hex | B1 | 99 | B7 | 3 | 10 | 0 | 1C | 120 | 11 | 42 |
| Octal | 261 | 231 | 267 | 3 | 20 | 0 | 34 | 440 | 21 | 102 |
| Binary | 10110001 | 10011001 | 10110111 | 11 | 10000 | 0 | 11100 | 100100000 | 10001 | 1000010 |
Color Harmonies of #B199B7
Complementary color
Monochromatic Colors of #B199B7
Black with #B199B7
Text Example
Text Example
White with #B199B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B199B7; }
p { color: rgb(177,153,183); }
H1.HeaderClassName
{
color: #B199B7;
}
.AnyTagClassName
{
color: #B199B7;
}
</style>
background-color css
<style>
a { background-color: #B199B7; }
a { background-color: rgb(177,153,183); }
div.DivClassName
{
background-color: #B199B7;
}
.BgClassName
{
background-color: #B199B7;
}
</style>
border-color css
<style>
span { border-color: #B199B7; }
span { border-color: rgb(177,153,183); }
td.TdClassName
{
border-color: #B199B7;
}
.TagClassName
{
border-color: #B199B7;
}
</style>