Shades of Chatelle #B2A6B7
Tints of Chatelle #B2A6B7
RGB
CMYK
RGB Variations
Color information
#B2A6B7 (or 0xB2A6B7) is known color: Chatelle. HEX triplet: B2, A6 and B7. RGB value is (178,166,183). Sum of RGB (Red+Green+Blue) = 178+166+183=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 183 - color contains mainly: blue. Hex color #B2A6B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A6B7 is #4D5948. Grayscale: #ABABAB. Windows color (decimal): -5069129 or 12035762. OLE color: 12035762.
HSL color Cylindrical-coordinate representation of color #B2A6B7: hue angle of 282.35º degrees, saturation: 0.11, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B2A6B7 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 166 | 183 | - |
| CMYK | 0.03 | 0.09 | 0 | 0.28 |
| HSL | 282.35º | 0.11% | 0.68% | - |
| HSV(B) | 282.35º | 0.09% | 0.72% | - |
| XYZ | 40.54 | 40.16 | 50.41 | - |
| YUV | 171.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 166 | 183 | 0.03 | 0.09 | 0 | 0.28 | 282.35 | 0.11 | 0.68 |
| Hex | B2 | A6 | B7 | 3 | 9 | 0 | 1C | 11A | B | 44 |
| Octal | 262 | 246 | 267 | 3 | 11 | 0 | 34 | 432 | 13 | 104 |
| Binary | 10110010 | 10100110 | 10110111 | 11 | 1001 | 0 | 11100 | 100011010 | 1011 | 1000100 |
Color Harmonies of #B2A6B7
Complementary color
Monochromatic Colors of #B2A6B7
Black with #B2A6B7
Text Example
Text Example
White with #B2A6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A6B7; }
p { color: rgb(178,166,183); }
H1.HeaderClassName
{
color: #B2A6B7;
}
.AnyTagClassName
{
color: #B2A6B7;
}
</style>
background-color css
<style>
a { background-color: #B2A6B7; }
a { background-color: rgb(178,166,183); }
div.DivClassName
{
background-color: #B2A6B7;
}
.BgClassName
{
background-color: #B2A6B7;
}
</style>
border-color css
<style>
span { border-color: #B2A6B7; }
span { border-color: rgb(178,166,183); }
td.TdClassName
{
border-color: #B2A6B7;
}
.TagClassName
{
border-color: #B2A6B7;
}
</style>