Shades of Chatelle #B09EBA
Tints of Chatelle #B09EBA
RGB
CMYK
RGB Variations
Color information
#B09EBA (or 0xB09EBA) is known color: Chatelle. HEX triplet: B0, 9E and BA. RGB value is (176,158,186). Sum of RGB (Red+Green+Blue) = 176+158+186=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09EBA is #4F6145. Grayscale: #A6A6A6. Windows color (decimal): -5202246 or 12230320. OLE color: 12230320.
HSL color Cylindrical-coordinate representation of color #B09EBA: hue angle of 278.57º degrees, saturation: 0.17, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09EBA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 158 | 186 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.27 |
| HSL | 278.57º | 0.17% | 0.67% | - |
| HSV(B) | 278.57º | 0.15% | 0.73% | - |
| XYZ | 38.99 | 37.23 | 51.59 | - |
| YUV | 166.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 158 | 186 | 0.05 | 0.15 | 0 | 0.27 | 278.57 | 0.17 | 0.67 |
| Hex | B0 | 9E | BA | 5 | F | 0 | 1B | 117 | 11 | 43 |
| Octal | 260 | 236 | 272 | 5 | 17 | 0 | 33 | 427 | 21 | 103 |
| Binary | 10110000 | 10011110 | 10111010 | 101 | 1111 | 0 | 11011 | 100010111 | 10001 | 1000011 |
Color Harmonies of #B09EBA
Complementary color
Monochromatic Colors of #B09EBA
Black with #B09EBA
Text Example
Text Example
White with #B09EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09EBA; }
p { color: rgb(176,158,186); }
H1.HeaderClassName
{
color: #B09EBA;
}
.AnyTagClassName
{
color: #B09EBA;
}
</style>
background-color css
<style>
a { background-color: #B09EBA; }
a { background-color: rgb(176,158,186); }
div.DivClassName
{
background-color: #B09EBA;
}
.BgClassName
{
background-color: #B09EBA;
}
</style>
border-color css
<style>
span { border-color: #B09EBA; }
span { border-color: rgb(176,158,186); }
td.TdClassName
{
border-color: #B09EBA;
}
.TagClassName
{
border-color: #B09EBA;
}
</style>