Shades of Chatelle #B099B7
Tints of Chatelle #B099B7
RGB
CMYK
RGB Variations
Color information
#B099B7 (or 0xB099B7) is known color: Chatelle. HEX triplet: B0, 99 and B7. RGB value is (176,153,183). Sum of RGB (Red+Green+Blue) = 176+153+183=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #B099B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B099B7 is #4F6648. Grayscale: #A3A3A3. Windows color (decimal): -5203529 or 12032432. OLE color: 12032432.
HSL color Cylindrical-coordinate representation of color #B099B7: hue angle of 286º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B099B7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 176 | 153 | 183 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.28 |
| HSL | 286º | 0.17% | 0.66% | - |
| HSV(B) | 286º | 0.16% | 0.72% | - |
| XYZ | 37.84 | 35.43 | 49.64 | - |
| YUV | 163.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 153 | 183 | 0.04 | 0.16 | 0 | 0.28 | 286 | 0.17 | 0.66 |
| Hex | B0 | 99 | B7 | 4 | 10 | 0 | 1C | 11E | 11 | 42 |
| Octal | 260 | 231 | 267 | 4 | 20 | 0 | 34 | 436 | 21 | 102 |
| Binary | 10110000 | 10011001 | 10110111 | 100 | 10000 | 0 | 11100 | 100011110 | 10001 | 1000010 |
Color Harmonies of #B099B7
Complementary color
Monochromatic Colors of #B099B7
Black with #B099B7
Text Example
Text Example
White with #B099B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B099B7; }
p { color: rgb(176,153,183); }
H1.HeaderClassName
{
color: #B099B7;
}
.AnyTagClassName
{
color: #B099B7;
}
</style>
background-color css
<style>
a { background-color: #B099B7; }
a { background-color: rgb(176,153,183); }
div.DivClassName
{
background-color: #B099B7;
}
.BgClassName
{
background-color: #B099B7;
}
</style>
border-color css
<style>
span { border-color: #B099B7; }
span { border-color: rgb(176,153,183); }
td.TdClassName
{
border-color: #B099B7;
}
.TagClassName
{
border-color: #B099B7;
}
</style>