Shades of Chatelle #B29CBC
Tints of Chatelle #B29CBC
RGB
CMYK
RGB Variations
Color information
#B29CBC (or 0xB29CBC) is known color: Chatelle. HEX triplet: B2, 9C and BC. RGB value is (178,156,188). Sum of RGB (Red+Green+Blue) = 178+156+188=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #B29CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CBC is #4D6343. Grayscale: #A6A6A6. Windows color (decimal): -5071684 or 12360882. OLE color: 12360882.
HSL color Cylindrical-coordinate representation of color #B29CBC: hue angle of 281.25º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B29CBC is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 156 | 188 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.26 |
| HSL | 281.25º | 0.19% | 0.67% | - |
| HSV(B) | 281.25º | 0.17% | 0.74% | - |
| XYZ | 39.33 | 36.87 | 52.62 | - |
| YUV | 166.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 156 | 188 | 0.05 | 0.17 | 0 | 0.26 | 281.25 | 0.19 | 0.67 |
| Hex | B2 | 9C | BC | 5 | 11 | 0 | 1A | 119 | 13 | 43 |
| Octal | 262 | 234 | 274 | 5 | 21 | 0 | 32 | 431 | 23 | 103 |
| Binary | 10110010 | 10011100 | 10111100 | 101 | 10001 | 0 | 11010 | 100011001 | 10011 | 1000011 |
Color Harmonies of #B29CBC
Complementary color
Monochromatic Colors of #B29CBC
Black with #B29CBC
Text Example
Text Example
White with #B29CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29CBC; }
p { color: rgb(178,156,188); }
H1.HeaderClassName
{
color: #B29CBC;
}
.AnyTagClassName
{
color: #B29CBC;
}
</style>
background-color css
<style>
a { background-color: #B29CBC; }
a { background-color: rgb(178,156,188); }
div.DivClassName
{
background-color: #B29CBC;
}
.BgClassName
{
background-color: #B29CBC;
}
</style>
border-color css
<style>
span { border-color: #B29CBC; }
span { border-color: rgb(178,156,188); }
td.TdClassName
{
border-color: #B29CBC;
}
.TagClassName
{
border-color: #B29CBC;
}
</style>