Shades of Chatelle #B29FC0
Tints of Chatelle #B29FC0
RGB
CMYK
RGB Variations
Color information
#B29FC0 (or 0xB29FC0) is known color: Chatelle. HEX triplet: B2, 9F and C0. RGB value is (178,159,192). Sum of RGB (Red+Green+Blue) = 178+159+192=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 192 - color contains mainly: blue. Hex color #B29FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29FC0 is #4D603F. Grayscale: #A8A8A8. Windows color (decimal): -5070912 or 12623794. OLE color: 12623794.
HSL color Cylindrical-coordinate representation of color #B29FC0: hue angle of 274.55º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29FC0 is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 159 | 192 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.25 |
| HSL | 274.55º | 0.21% | 0.69% | - |
| HSV(B) | 274.55º | 0.17% | 0.75% | - |
| XYZ | 40.27 | 38.07 | 55.09 | - |
| YUV | 168.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 159 | 192 | 0.07 | 0.17 | 0 | 0.25 | 274.55 | 0.21 | 0.69 |
| Hex | B2 | 9F | C0 | 7 | 11 | 0 | 19 | 113 | 15 | 45 |
| Octal | 262 | 237 | 300 | 7 | 21 | 0 | 31 | 423 | 25 | 105 |
| Binary | 10110010 | 10011111 | 11000000 | 111 | 10001 | 0 | 11001 | 100010011 | 10101 | 1000101 |
Color Harmonies of #B29FC0
Complementary color
Monochromatic Colors of #B29FC0
Black with #B29FC0
Text Example
Text Example
White with #B29FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29FC0; }
p { color: rgb(178,159,192); }
H1.HeaderClassName
{
color: #B29FC0;
}
.AnyTagClassName
{
color: #B29FC0;
}
</style>
background-color css
<style>
a { background-color: #B29FC0; }
a { background-color: rgb(178,159,192); }
div.DivClassName
{
background-color: #B29FC0;
}
.BgClassName
{
background-color: #B29FC0;
}
</style>
border-color css
<style>
span { border-color: #B29FC0; }
span { border-color: rgb(178,159,192); }
td.TdClassName
{
border-color: #B29FC0;
}
.TagClassName
{
border-color: #B29FC0;
}
</style>