Shades of Chatelle #B09FB7
Tints of Chatelle #B09FB7
RGB
CMYK
RGB Variations
Color information
#B09FB7 (or 0xB09FB7) is known color: Chatelle. HEX triplet: B0, 9F and B7. RGB value is (176,159,183). Sum of RGB (Red+Green+Blue) = 176+159+183=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #B09FB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FB7 is #4F6048. Grayscale: #A6A6A6. Windows color (decimal): -5201993 or 12033968. OLE color: 12033968.
HSL color Cylindrical-coordinate representation of color #B09FB7: hue angle of 282.5º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B09FB7 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 159 | 183 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.28 |
| HSL | 282.5º | 0.14% | 0.67% | - |
| HSV(B) | 282.5º | 0.13% | 0.72% | - |
| XYZ | 38.85 | 37.45 | 49.98 | - |
| YUV | 166.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 183 | 0.04 | 0.13 | 0 | 0.28 | 282.5 | 0.14 | 0.67 |
| Hex | B0 | 9F | B7 | 4 | D | 0 | 1C | 11A | E | 43 |
| Octal | 260 | 237 | 267 | 4 | 15 | 0 | 34 | 432 | 16 | 103 |
| Binary | 10110000 | 10011111 | 10110111 | 100 | 1101 | 0 | 11100 | 100011010 | 1110 | 1000011 |
Color Harmonies of #B09FB7
Complementary color
Monochromatic Colors of #B09FB7
Black with #B09FB7
Text Example
Text Example
White with #B09FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FB7; }
p { color: rgb(176,159,183); }
H1.HeaderClassName
{
color: #B09FB7;
}
.AnyTagClassName
{
color: #B09FB7;
}
</style>
background-color css
<style>
a { background-color: #B09FB7; }
a { background-color: rgb(176,159,183); }
div.DivClassName
{
background-color: #B09FB7;
}
.BgClassName
{
background-color: #B09FB7;
}
</style>
border-color css
<style>
span { border-color: #B09FB7; }
span { border-color: rgb(176,159,183); }
td.TdClassName
{
border-color: #B09FB7;
}
.TagClassName
{
border-color: #B09FB7;
}
</style>