Shades of Chatelle #B09CBA
Tints of Chatelle #B09CBA
RGB
CMYK
RGB Variations
Color information
#B09CBA (or 0xB09CBA) is known color: Chatelle. HEX triplet: B0, 9C and BA. RGB value is (176,156,186). Sum of RGB (Red+Green+Blue) = 176+156+186=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBA is #4F6345. Grayscale: #A5A5A5. Windows color (decimal): -5202758 or 12229808. OLE color: 12229808.
HSL color Cylindrical-coordinate representation of color #B09CBA: hue angle of 280º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B09CBA is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 176 | 156 | 186 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.27 |
| HSL | 280º | 0.18% | 0.67% | - |
| HSV(B) | 280º | 0.16% | 0.73% | - |
| XYZ | 38.66 | 36.55 | 51.47 | - |
| YUV | 165.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 156 | 186 | 0.05 | 0.16 | 0 | 0.27 | 280 | 0.18 | 0.67 |
| Hex | B0 | 9C | BA | 5 | 10 | 0 | 1B | 118 | 12 | 43 |
| Octal | 260 | 234 | 272 | 5 | 20 | 0 | 33 | 430 | 22 | 103 |
| Binary | 10110000 | 10011100 | 10111010 | 101 | 10000 | 0 | 11011 | 100011000 | 10010 | 1000011 |
Color Harmonies of #B09CBA
Complementary color
Monochromatic Colors of #B09CBA
Black with #B09CBA
Text Example
Text Example
White with #B09CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09CBA; }
p { color: rgb(176,156,186); }
H1.HeaderClassName
{
color: #B09CBA;
}
.AnyTagClassName
{
color: #B09CBA;
}
</style>
background-color css
<style>
a { background-color: #B09CBA; }
a { background-color: rgb(176,156,186); }
div.DivClassName
{
background-color: #B09CBA;
}
.BgClassName
{
background-color: #B09CBA;
}
</style>
border-color css
<style>
span { border-color: #B09CBA; }
span { border-color: rgb(176,156,186); }
td.TdClassName
{
border-color: #B09CBA;
}
.TagClassName
{
border-color: #B09CBA;
}
</style>