Shades of Chatelle #B09FB5
Tints of Chatelle #B09FB5
RGB
CMYK
RGB Variations
Color information
#B09FB5 (or 0xB09FB5) is known color: Chatelle. HEX triplet: B0, 9F and B5. RGB value is (176,159,181). Sum of RGB (Red+Green+Blue) = 176+159+181=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 181 (71.09% from 255 or 35.08% from 516); Max value from RGB is 181 - color contains mainly: blue. Hex color #B09FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FB5 is #4F604A. Grayscale: #A6A6A6. Windows color (decimal): -5201995 or 11902896. OLE color: 11902896.
HSL color Cylindrical-coordinate representation of color #B09FB5: hue angle of 286.36º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B09FB5 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 159 | 181 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.29 |
| HSL | 286.36º | 0.13% | 0.67% | - |
| HSV(B) | 286.36º | 0.12% | 0.71% | - |
| XYZ | 38.64 | 37.36 | 48.89 | - |
| YUV | 166.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 181 | 0.03 | 0.12 | 0 | 0.29 | 286.36 | 0.13 | 0.67 |
| Hex | B0 | 9F | B5 | 3 | C | 0 | 1D | 11E | D | 43 |
| Octal | 260 | 237 | 265 | 3 | 14 | 0 | 35 | 436 | 15 | 103 |
| Binary | 10110000 | 10011111 | 10110101 | 11 | 1100 | 0 | 11101 | 100011110 | 1101 | 1000011 |
Color Harmonies of #B09FB5
Complementary color
Monochromatic Colors of #B09FB5
Black with #B09FB5
Text Example
Text Example
White with #B09FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09FB5; }
p { color: rgb(176,159,181); }
H1.HeaderClassName
{
color: #B09FB5;
}
.AnyTagClassName
{
color: #B09FB5;
}
</style>
background-color css
<style>
a { background-color: #B09FB5; }
a { background-color: rgb(176,159,181); }
div.DivClassName
{
background-color: #B09FB5;
}
.BgClassName
{
background-color: #B09FB5;
}
</style>
border-color css
<style>
span { border-color: #B09FB5; }
span { border-color: rgb(176,159,181); }
td.TdClassName
{
border-color: #B09FB5;
}
.TagClassName
{
border-color: #B09FB5;
}
</style>