Shades of Chatelle #B09FBC
Tints of Chatelle #B09FBC
RGB
CMYK
RGB Variations
Color information
#B09FBC (or 0xB09FBC) is known color: Chatelle. HEX triplet: B0, 9F and BC. RGB value is (176,159,188). Sum of RGB (Red+Green+Blue) = 176+159+188=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #B09FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBC is #4F6043. Grayscale: #A7A7A7. Windows color (decimal): -5201988 or 12361648. OLE color: 12361648.
HSL color Cylindrical-coordinate representation of color #B09FBC: hue angle of 275.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09FBC is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 176 | 159 | 188 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.26 |
| HSL | 275.17º | 0.18% | 0.68% | - |
| HSV(B) | 275.17º | 0.15% | 0.74% | - |
| XYZ | 39.38 | 37.66 | 52.77 | - |
| YUV | 167.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 188 | 0.06 | 0.15 | 0 | 0.26 | 275.17 | 0.18 | 0.68 |
| Hex | B0 | 9F | BC | 6 | F | 0 | 1A | 113 | 12 | 44 |
| Octal | 260 | 237 | 274 | 6 | 17 | 0 | 32 | 423 | 22 | 104 |
| Binary | 10110000 | 10011111 | 10111100 | 110 | 1111 | 0 | 11010 | 100010011 | 10010 | 1000100 |
Color Harmonies of #B09FBC
Complementary color
Monochromatic Colors of #B09FBC
Black with #B09FBC
Text Example
Text Example
White with #B09FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FBC; }
p { color: rgb(176,159,188); }
H1.HeaderClassName
{
color: #B09FBC;
}
.AnyTagClassName
{
color: #B09FBC;
}
</style>
background-color css
<style>
a { background-color: #B09FBC; }
a { background-color: rgb(176,159,188); }
div.DivClassName
{
background-color: #B09FBC;
}
.BgClassName
{
background-color: #B09FBC;
}
</style>
border-color css
<style>
span { border-color: #B09FBC; }
span { border-color: rgb(176,159,188); }
td.TdClassName
{
border-color: #B09FBC;
}
.TagClassName
{
border-color: #B09FBC;
}
</style>