Shades of Chatelle #B29CBA
Tints of Chatelle #B29CBA
RGB
CMYK
RGB Variations
Color information
#B29CBA (or 0xB29CBA) is known color: Chatelle. HEX triplet: B2, 9C and BA. RGB value is (178,156,186). Sum of RGB (Red+Green+Blue) = 178+156+186=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 156 (61.33% from 255 or 30% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 186 - color contains mainly: blue. Hex color #B29CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CBA is #4D6345. Grayscale: #A5A5A5. Windows color (decimal): -5071686 or 12229810. OLE color: 12229810.
HSL color Cylindrical-coordinate representation of color #B29CBA: hue angle of 284º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B29CBA is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 156 | 186 | - |
| CMYK | 0.04 | 0.16 | 0 | 0.27 |
| HSL | 284º | 0.18% | 0.67% | - |
| HSV(B) | 284º | 0.16% | 0.73% | - |
| XYZ | 39.11 | 36.79 | 51.49 | - |
| YUV | 166 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 186 | 0.04 | 0.16 | 0 | 0.27 | 284 | 0.18 | 0.67 |
| Hex | B2 | 9C | BA | 4 | 10 | 0 | 1B | 11C | 12 | 43 |
| Octal | 262 | 234 | 272 | 4 | 20 | 0 | 33 | 434 | 22 | 103 |
| Binary | 10110010 | 10011100 | 10111010 | 100 | 10000 | 0 | 11011 | 100011100 | 10010 | 1000011 |
Color Harmonies of #B29CBA
Complementary color
Monochromatic Colors of #B29CBA
Black with #B29CBA
Text Example
Text Example
White with #B29CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CBA; }
p { color: rgb(178,156,186); }
H1.HeaderClassName
{
color: #B29CBA;
}
.AnyTagClassName
{
color: #B29CBA;
}
</style>
background-color css
<style>
a { background-color: #B29CBA; }
a { background-color: rgb(178,156,186); }
div.DivClassName
{
background-color: #B29CBA;
}
.BgClassName
{
background-color: #B29CBA;
}
</style>
border-color css
<style>
span { border-color: #B29CBA; }
span { border-color: rgb(178,156,186); }
td.TdClassName
{
border-color: #B29CBA;
}
.TagClassName
{
border-color: #B29CBA;
}
</style>