Shades of Chatelle #B499BA
Tints of Chatelle #B499BA
RGB
CMYK
RGB Variations
Color information
#B499BA (or 0xB499BA) is known color: Chatelle. HEX triplet: B4, 99 and BA. RGB value is (180,153,186). Sum of RGB (Red+Green+Blue) = 180+153+186=519 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.68% from 519); Green value is 153 (60.16% from 255 or 29.48% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #B499BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B499BA is #4B6645. Grayscale: #A4A4A4. Windows color (decimal): -4941382 or 12229044. OLE color: 12229044.
HSL color Cylindrical-coordinate representation of color #B499BA: hue angle of 289.09º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B499BA is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 153 | 186 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.27 |
| HSL | 289.09º | 0.19% | 0.66% | - |
| HSV(B) | 289.09º | 0.18% | 0.73% | - |
| XYZ | 39.08 | 36.03 | 51.35 | - |
| YUV | 164.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 153 | 186 | 0.03 | 0.18 | 0 | 0.27 | 289.09 | 0.19 | 0.66 |
| Hex | B4 | 99 | BA | 3 | 12 | 0 | 1B | 121 | 13 | 42 |
| Octal | 264 | 231 | 272 | 3 | 22 | 0 | 33 | 441 | 23 | 102 |
| Binary | 10110100 | 10011001 | 10111010 | 11 | 10010 | 0 | 11011 | 100100001 | 10011 | 1000010 |
Color Harmonies of #B499BA
Complementary color
Monochromatic Colors of #B499BA
Black with #B499BA
Text Example
Text Example
White with #B499BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B499BA; }
p { color: rgb(180,153,186); }
H1.HeaderClassName
{
color: #B499BA;
}
.AnyTagClassName
{
color: #B499BA;
}
</style>
background-color css
<style>
a { background-color: #B499BA; }
a { background-color: rgb(180,153,186); }
div.DivClassName
{
background-color: #B499BA;
}
.BgClassName
{
background-color: #B499BA;
}
</style>
border-color css
<style>
span { border-color: #B499BA; }
span { border-color: rgb(180,153,186); }
td.TdClassName
{
border-color: #B499BA;
}
.TagClassName
{
border-color: #B499BA;
}
</style>