Shades of Chatelle #B29DB7
Tints of Chatelle #B29DB7
RGB
CMYK
RGB Variations
Color information
#B29DB7 (or 0xB29DB7) is known color: Chatelle. HEX triplet: B2, 9D and B7. RGB value is (178,157,183). Sum of RGB (Red+Green+Blue) = 178+157+183=518 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.36% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 183 - color contains mainly: blue. Hex color #B29DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29DB7 is #4D6248. Grayscale: #A6A6A6. Windows color (decimal): -5071433 or 12033458. OLE color: 12033458.
HSL color Cylindrical-coordinate representation of color #B29DB7: hue angle of 288.46º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B29DB7 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 157 | 183 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.28 |
| HSL | 288.46º | 0.15% | 0.67% | - |
| HSV(B) | 288.46º | 0.14% | 0.72% | - |
| XYZ | 38.96 | 37 | 49.89 | - |
| YUV | 166.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 157 | 183 | 0.03 | 0.14 | 0 | 0.28 | 288.46 | 0.15 | 0.67 |
| Hex | B2 | 9D | B7 | 3 | E | 0 | 1C | 120 | F | 43 |
| Octal | 262 | 235 | 267 | 3 | 16 | 0 | 34 | 440 | 17 | 103 |
| Binary | 10110010 | 10011101 | 10110111 | 11 | 1110 | 0 | 11100 | 100100000 | 1111 | 1000011 |
Color Harmonies of #B29DB7
Complementary color
Monochromatic Colors of #B29DB7
Black with #B29DB7
Text Example
Text Example
White with #B29DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B29DB7; }
p { color: rgb(178,157,183); }
H1.HeaderClassName
{
color: #B29DB7;
}
.AnyTagClassName
{
color: #B29DB7;
}
</style>
background-color css
<style>
a { background-color: #B29DB7; }
a { background-color: rgb(178,157,183); }
div.DivClassName
{
background-color: #B29DB7;
}
.BgClassName
{
background-color: #B29DB7;
}
</style>
border-color css
<style>
span { border-color: #B29DB7; }
span { border-color: rgb(178,157,183); }
td.TdClassName
{
border-color: #B29DB7;
}
.TagClassName
{
border-color: #B29DB7;
}
</style>