Shades of Chatelle #B2A2B7
Tints of Chatelle #B2A2B7
RGB
CMYK
RGB Variations
Color information
#B2A2B7 (or 0xB2A2B7) is known color: Chatelle. HEX triplet: B2, A2 and B7. RGB value is (178,162,183). Sum of RGB (Red+Green+Blue) = 178+162+183=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 183 (71.88% from 255 or 34.99% from 523); Max value from RGB is 183 - color contains mainly: blue. Hex color #B2A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A2B7 is #4D5D48. Grayscale: #A9A9A9. Windows color (decimal): -5070153 or 12034738. OLE color: 12034738.
HSL color Cylindrical-coordinate representation of color #B2A2B7: hue angle of 285.71º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2A2B7 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
RGB | 178 | 162 | 183 | - |
CMYK | 0.03 | 0.11 | 0 | 0.28 |
HSL | 285.71º | 0.13% | 0.68% | - |
HSV(B) | 285.71º | 0.11% | 0.72% | - |
XYZ | 39.83 | 38.72 | 50.18 | - |
YUV | 169.18 | 135.8 | 134.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 162 | 183 | 0.03 | 0.11 | 0 | 0.28 | 285.71 | 0.13 | 0.68 |
Hex | B2 | A2 | B7 | 3 | B | 0 | 1C | 11E | D | 44 |
Octal | 262 | 242 | 267 | 3 | 13 | 0 | 34 | 436 | 15 | 104 |
Binary | 10110010 | 10100010 | 10110111 | 11 | 1011 | 0 | 11100 | 100011110 | 1101 | 1000100 |
Color Harmonies of #B2A2B7
Complementary color
Monochromatic Colors of #B2A2B7
Black with #B2A2B7
Text Example
Text Example
White with #B2A2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A2B7; }
p { color: rgb(178,162,183); }
H1.HeaderClassName
{
color: #B2A2B7;
}
.AnyTagClassName
{
color: #B2A2B7;
}
</style>
background-color css
<style>
a { background-color: #B2A2B7; }
a { background-color: rgb(178,162,183); }
div.DivClassName
{
background-color: #B2A2B7;
}
.BgClassName
{
background-color: #B2A2B7;
}
</style>
border-color css
<style>
span { border-color: #B2A2B7; }
span { border-color: rgb(178,162,183); }
td.TdClassName
{
border-color: #B2A2B7;
}
.TagClassName
{
border-color: #B2A2B7;
}
</style>