Shades of Chatelle #B2A7BD
Tints of Chatelle #B2A7BD
RGB
CMYK
RGB Variations
Color information
#B2A7BD (or 0xB2A7BD) is known color: Chatelle. HEX triplet: B2, A7 and BD. RGB value is (178,167,189). Sum of RGB (Red+Green+Blue) = 178+167+189=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 189 - color contains mainly: blue. Hex color #B2A7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A7BD is #4D5842. Grayscale: #ACACAC. Windows color (decimal): -5068867 or 12429234. OLE color: 12429234.
HSL color Cylindrical-coordinate representation of color #B2A7BD: hue angle of 270º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2A7BD is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 167 | 189 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.26 |
| HSL | 270º | 0.14% | 0.7% | - |
| HSV(B) | 270º | 0.12% | 0.74% | - |
| XYZ | 41.36 | 40.78 | 53.83 | - |
| YUV | 172.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 167 | 189 | 0.06 | 0.12 | 0 | 0.26 | 270 | 0.14 | 0.7 |
| Hex | B2 | A7 | BD | 6 | C | 0 | 1A | 10E | E | 46 |
| Octal | 262 | 247 | 275 | 6 | 14 | 0 | 32 | 416 | 16 | 106 |
| Binary | 10110010 | 10100111 | 10111101 | 110 | 1100 | 0 | 11010 | 100001110 | 1110 | 1000110 |
Color Harmonies of #B2A7BD
Complementary color
Monochromatic Colors of #B2A7BD
Black with #B2A7BD
Text Example
Text Example
White with #B2A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A7BD; }
p { color: rgb(178,167,189); }
H1.HeaderClassName
{
color: #B2A7BD;
}
.AnyTagClassName
{
color: #B2A7BD;
}
</style>
background-color css
<style>
a { background-color: #B2A7BD; }
a { background-color: rgb(178,167,189); }
div.DivClassName
{
background-color: #B2A7BD;
}
.BgClassName
{
background-color: #B2A7BD;
}
</style>
border-color css
<style>
span { border-color: #B2A7BD; }
span { border-color: rgb(178,167,189); }
td.TdClassName
{
border-color: #B2A7BD;
}
.TagClassName
{
border-color: #B2A7BD;
}
</style>