Shades of Chatelle #B3A0BD
Tints of Chatelle #B3A0BD
RGB
CMYK
RGB Variations
Color information
#B3A0BD (or 0xB3A0BD) is known color: Chatelle. HEX triplet: B3, A0 and BD. RGB value is (179,160,189). Sum of RGB (Red+Green+Blue) = 179+160+189=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B3A0BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3A0BD is #4C5F42. Grayscale: #A8A8A8. Windows color (decimal): -5005123 or 12427443. OLE color: 12427443.
HSL color Cylindrical-coordinate representation of color #B3A0BD: hue angle of 279.31º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3A0BD is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 160 | 189 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.26 |
| HSL | 279.31º | 0.18% | 0.68% | - |
| HSV(B) | 279.31º | 0.15% | 0.74% | - |
| XYZ | 40.35 | 38.4 | 53.43 | - |
| YUV | 168.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 160 | 189 | 0.05 | 0.15 | 0 | 0.26 | 279.31 | 0.18 | 0.68 |
| Hex | B3 | A0 | BD | 5 | F | 0 | 1A | 117 | 12 | 44 |
| Octal | 263 | 240 | 275 | 5 | 17 | 0 | 32 | 427 | 22 | 104 |
| Binary | 10110011 | 10100000 | 10111101 | 101 | 1111 | 0 | 11010 | 100010111 | 10010 | 1000100 |
Color Harmonies of #B3A0BD
Complementary color
Monochromatic Colors of #B3A0BD
Black with #B3A0BD
Text Example
Text Example
White with #B3A0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A0BD; }
p { color: rgb(179,160,189); }
H1.HeaderClassName
{
color: #B3A0BD;
}
.AnyTagClassName
{
color: #B3A0BD;
}
</style>
background-color css
<style>
a { background-color: #B3A0BD; }
a { background-color: rgb(179,160,189); }
div.DivClassName
{
background-color: #B3A0BD;
}
.BgClassName
{
background-color: #B3A0BD;
}
</style>
border-color css
<style>
span { border-color: #B3A0BD; }
span { border-color: rgb(179,160,189); }
td.TdClassName
{
border-color: #B3A0BD;
}
.TagClassName
{
border-color: #B3A0BD;
}
</style>