Shades of Chatelle #B09FBA
Tints of Chatelle #B09FBA
RGB
CMYK
RGB Variations
Color information
#B09FBA (or 0xB09FBA) is known color: Chatelle. HEX triplet: B0, 9F and BA. RGB value is (176,159,186). Sum of RGB (Red+Green+Blue) = 176+159+186=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBA is #4F6045. Grayscale: #A7A7A7. Windows color (decimal): -5201990 or 12230576. OLE color: 12230576.
HSL color Cylindrical-coordinate representation of color #B09FBA: hue angle of 277.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09FBA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 159 | 186 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.27 |
| HSL | 277.78º | 0.16% | 0.68% | - |
| HSV(B) | 277.78º | 0.15% | 0.73% | - |
| XYZ | 39.17 | 37.57 | 51.64 | - |
| YUV | 167.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 186 | 0.05 | 0.15 | 0 | 0.27 | 277.78 | 0.16 | 0.68 |
| Hex | B0 | 9F | BA | 5 | F | 0 | 1B | 116 | 10 | 44 |
| Octal | 260 | 237 | 272 | 5 | 17 | 0 | 33 | 426 | 20 | 104 |
| Binary | 10110000 | 10011111 | 10111010 | 101 | 1111 | 0 | 11011 | 100010110 | 10000 | 1000100 |
Color Harmonies of #B09FBA
Complementary color
Monochromatic Colors of #B09FBA
Black with #B09FBA
Text Example
Text Example
White with #B09FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FBA; }
p { color: rgb(176,159,186); }
H1.HeaderClassName
{
color: #B09FBA;
}
.AnyTagClassName
{
color: #B09FBA;
}
</style>
background-color css
<style>
a { background-color: #B09FBA; }
a { background-color: rgb(176,159,186); }
div.DivClassName
{
background-color: #B09FBA;
}
.BgClassName
{
background-color: #B09FBA;
}
</style>
border-color css
<style>
span { border-color: #B09FBA; }
span { border-color: rgb(176,159,186); }
td.TdClassName
{
border-color: #B09FBA;
}
.TagClassName
{
border-color: #B09FBA;
}
</style>