Shades of Chatelle #B29DB8
Tints of Chatelle #B29DB8
RGB
CMYK
RGB Variations
Color information
#B29DB8 (or 0xB29DB8) is known color: Chatelle. HEX triplet: B2, 9D and B8. RGB value is (178,157,184). Sum of RGB (Red+Green+Blue) = 178+157+184=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 184 - color contains mainly: blue. Hex color #B29DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DB8 is #4D6247. Grayscale: #A6A6A6. Windows color (decimal): -5071432 or 12098994. OLE color: 12098994.
HSL color Cylindrical-coordinate representation of color #B29DB8: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B29DB8 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 157 | 184 | - |
| CMYK | 0.03 | 0.15 | 0 | 0.28 |
| HSL | 286.67º | 0.16% | 0.67% | - |
| HSV(B) | 286.67º | 0.15% | 0.72% | - |
| XYZ | 39.07 | 37.04 | 50.44 | - |
| YUV | 166.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 184 | 0.03 | 0.15 | 0 | 0.28 | 286.67 | 0.16 | 0.67 |
| Hex | B2 | 9D | B8 | 3 | F | 0 | 1C | 11F | 10 | 43 |
| Octal | 262 | 235 | 270 | 3 | 17 | 0 | 34 | 437 | 20 | 103 |
| Binary | 10110010 | 10011101 | 10111000 | 11 | 1111 | 0 | 11100 | 100011111 | 10000 | 1000011 |
Color Harmonies of #B29DB8
Complementary color
Monochromatic Colors of #B29DB8
Black with #B29DB8
Text Example
Text Example
White with #B29DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29DB8; }
p { color: rgb(178,157,184); }
H1.HeaderClassName
{
color: #B29DB8;
}
.AnyTagClassName
{
color: #B29DB8;
}
</style>
background-color css
<style>
a { background-color: #B29DB8; }
a { background-color: rgb(178,157,184); }
div.DivClassName
{
background-color: #B29DB8;
}
.BgClassName
{
background-color: #B29DB8;
}
</style>
border-color css
<style>
span { border-color: #B29DB8; }
span { border-color: rgb(178,157,184); }
td.TdClassName
{
border-color: #B29DB8;
}
.TagClassName
{
border-color: #B29DB8;
}
</style>