Shades of Chatelle #B09DB8
Tints of Chatelle #B09DB8
RGB
CMYK
RGB Variations
Color information
#B09DB8 (or 0xB09DB8) is known color: Chatelle. HEX triplet: B0, 9D and B8. RGB value is (176,157,184). Sum of RGB (Red+Green+Blue) = 176+157+184=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 184 - color contains mainly: blue. Hex color #B09DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DB8 is #4F6247. Grayscale: #A5A5A5. Windows color (decimal): -5202504 or 12098992. OLE color: 12098992.
HSL color Cylindrical-coordinate representation of color #B09DB8: hue angle of 282.22º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09DB8 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 157 | 184 | - |
| CMYK | 0.04 | 0.15 | 0 | 0.28 |
| HSL | 282.22º | 0.16% | 0.67% | - |
| HSV(B) | 282.22º | 0.15% | 0.72% | - |
| XYZ | 38.61 | 36.8 | 50.42 | - |
| YUV | 165.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 157 | 184 | 0.04 | 0.15 | 0 | 0.28 | 282.22 | 0.16 | 0.67 |
| Hex | B0 | 9D | B8 | 4 | F | 0 | 1C | 11A | 10 | 43 |
| Octal | 260 | 235 | 270 | 4 | 17 | 0 | 34 | 432 | 20 | 103 |
| Binary | 10110000 | 10011101 | 10111000 | 100 | 1111 | 0 | 11100 | 100011010 | 10000 | 1000011 |
Color Harmonies of #B09DB8
Complementary color
Monochromatic Colors of #B09DB8
Black with #B09DB8
Text Example
Text Example
White with #B09DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09DB8; }
p { color: rgb(176,157,184); }
H1.HeaderClassName
{
color: #B09DB8;
}
.AnyTagClassName
{
color: #B09DB8;
}
</style>
background-color css
<style>
a { background-color: #B09DB8; }
a { background-color: rgb(176,157,184); }
div.DivClassName
{
background-color: #B09DB8;
}
.BgClassName
{
background-color: #B09DB8;
}
</style>
border-color css
<style>
span { border-color: #B09DB8; }
span { border-color: rgb(176,157,184); }
td.TdClassName
{
border-color: #B09DB8;
}
.TagClassName
{
border-color: #B09DB8;
}
</style>