Shades of Chatelle #B6A8C0
Tints of Chatelle #B6A8C0
RGB
CMYK
RGB Variations
Color information
#B6A8C0 (or 0xB6A8C0) is known color: Chatelle. HEX triplet: B6, A8 and C0. RGB value is (182,168,192). Sum of RGB (Red+Green+Blue) = 182+168+192=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 192 (75.39% from 255 or 35.42% from 542); Max value from RGB is 192 - color contains mainly: blue. Hex color #B6A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A8C0 is #49573F. Grayscale: #AEAEAE. Windows color (decimal): -4806464 or 12626102. OLE color: 12626102.
HSL color Cylindrical-coordinate representation of color #B6A8C0: hue angle of 275º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6A8C0 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 182 | 168 | 192 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.25 |
| HSL | 275º | 0.16% | 0.71% | - |
| HSV(B) | 275º | 0.13% | 0.75% | - |
| XYZ | 42.81 | 41.76 | 55.67 | - |
| YUV | 174.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 168 | 192 | 0.05 | 0.12 | 0 | 0.25 | 275 | 0.16 | 0.71 |
| Hex | B6 | A8 | C0 | 5 | C | 0 | 19 | 113 | 10 | 47 |
| Octal | 266 | 250 | 300 | 5 | 14 | 0 | 31 | 423 | 20 | 107 |
| Binary | 10110110 | 10101000 | 11000000 | 101 | 1100 | 0 | 11001 | 100010011 | 10000 | 1000111 |
Color Harmonies of #B6A8C0
Complementary color
Monochromatic Colors of #B6A8C0
Black with #B6A8C0
Text Example
Text Example
White with #B6A8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A8C0; }
p { color: rgb(182,168,192); }
H1.HeaderClassName
{
color: #B6A8C0;
}
.AnyTagClassName
{
color: #B6A8C0;
}
</style>
background-color css
<style>
a { background-color: #B6A8C0; }
a { background-color: rgb(182,168,192); }
div.DivClassName
{
background-color: #B6A8C0;
}
.BgClassName
{
background-color: #B6A8C0;
}
</style>
border-color css
<style>
span { border-color: #B6A8C0; }
span { border-color: rgb(182,168,192); }
td.TdClassName
{
border-color: #B6A8C0;
}
.TagClassName
{
border-color: #B6A8C0;
}
</style>