Shades of Chatelle #B7A3BD
Tints of Chatelle #B7A3BD
RGB
CMYK
RGB Variations
Color information
#B7A3BD (or 0xB7A3BD) is known color: Chatelle. HEX triplet: B7, A3 and BD. RGB value is (183,163,189). Sum of RGB (Red+Green+Blue) = 183+163+189=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 189 - color contains mainly: blue. Hex color #B7A3BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A3BD is #485C42. Grayscale: #ABABAB. Windows color (decimal): -4742211 or 12428215. OLE color: 12428215.
HSL color Cylindrical-coordinate representation of color #B7A3BD: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7A3BD is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 163 | 189 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.26 |
| HSL | 286.15º | 0.16% | 0.69% | - |
| HSV(B) | 286.15º | 0.14% | 0.74% | - |
| XYZ | 41.81 | 39.94 | 53.65 | - |
| YUV | 171.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 163 | 189 | 0.03 | 0.14 | 0 | 0.26 | 286.15 | 0.16 | 0.69 |
| Hex | B7 | A3 | BD | 3 | E | 0 | 1A | 11E | 10 | 45 |
| Octal | 267 | 243 | 275 | 3 | 16 | 0 | 32 | 436 | 20 | 105 |
| Binary | 10110111 | 10100011 | 10111101 | 11 | 1110 | 0 | 11010 | 100011110 | 10000 | 1000101 |
Color Harmonies of #B7A3BD
Complementary color
Monochromatic Colors of #B7A3BD
Black with #B7A3BD
Text Example
Text Example
White with #B7A3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A3BD; }
p { color: rgb(183,163,189); }
H1.HeaderClassName
{
color: #B7A3BD;
}
.AnyTagClassName
{
color: #B7A3BD;
}
</style>
background-color css
<style>
a { background-color: #B7A3BD; }
a { background-color: rgb(183,163,189); }
div.DivClassName
{
background-color: #B7A3BD;
}
.BgClassName
{
background-color: #B7A3BD;
}
</style>
border-color css
<style>
span { border-color: #B7A3BD; }
span { border-color: rgb(183,163,189); }
td.TdClassName
{
border-color: #B7A3BD;
}
.TagClassName
{
border-color: #B7A3BD;
}
</style>