Shades of Chatelle #B7AAC1
Tints of Chatelle #B7AAC1
RGB
CMYK
RGB Variations
Color information
#B7AAC1 (or 0xB7AAC1) is known color: Chatelle. HEX triplet: B7, AA and C1. RGB value is (183,170,193). Sum of RGB (Red+Green+Blue) = 183+170+193=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 193 (75.78% from 255 or 35.35% from 546); Max value from RGB is 193 - color contains mainly: blue. Hex color #B7AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAC1 is #48553E. Grayscale: #B0B0B0. Windows color (decimal): -4740415 or 12692151. OLE color: 12692151.
HSL color Cylindrical-coordinate representation of color #B7AAC1: hue angle of 273.91º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7AAC1 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 183 | 170 | 193 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.24 |
| HSL | 273.91º | 0.16% | 0.71% | - |
| HSV(B) | 273.91º | 0.12% | 0.76% | - |
| XYZ | 43.53 | 42.67 | 56.39 | - |
| YUV | 176.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 170 | 193 | 0.05 | 0.12 | 0 | 0.24 | 273.91 | 0.16 | 0.71 |
| Hex | B7 | AA | C1 | 5 | C | 0 | 18 | 112 | 10 | 47 |
| Octal | 267 | 252 | 301 | 5 | 14 | 0 | 30 | 422 | 20 | 107 |
| Binary | 10110111 | 10101010 | 11000001 | 101 | 1100 | 0 | 11000 | 100010010 | 10000 | 1000111 |
Color Harmonies of #B7AAC1
Complementary color
Monochromatic Colors of #B7AAC1
Black with #B7AAC1
Text Example
Text Example
White with #B7AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AAC1; }
p { color: rgb(183,170,193); }
H1.HeaderClassName
{
color: #B7AAC1;
}
.AnyTagClassName
{
color: #B7AAC1;
}
</style>
background-color css
<style>
a { background-color: #B7AAC1; }
a { background-color: rgb(183,170,193); }
div.DivClassName
{
background-color: #B7AAC1;
}
.BgClassName
{
background-color: #B7AAC1;
}
</style>
border-color css
<style>
span { border-color: #B7AAC1; }
span { border-color: rgb(183,170,193); }
td.TdClassName
{
border-color: #B7AAC1;
}
.TagClassName
{
border-color: #B7AAC1;
}
</style>