Shades of Chatelle #BAAAC0
Tints of Chatelle #BAAAC0
RGB
CMYK
RGB Variations
Color information
#BAAAC0 (or 0xBAAAC0) is known color: Chatelle. HEX triplet: BA, AA and C0. RGB value is (186,170,192). Sum of RGB (Red+Green+Blue) = 186+170+192=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 192 - color contains mainly: blue. Hex color #BAAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC0 is #45553F. Grayscale: #B1B1B1. Windows color (decimal): -4543808 or 12626618. OLE color: 12626618.
HSL color Cylindrical-coordinate representation of color #BAAAC0: hue angle of 283.64º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAAAC0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 186 | 170 | 192 | - |
CMYK | 0.03 | 0.11 | 0 | 0.25 |
HSL | 283.64º | 0.15% | 0.71% | - |
HSV(B) | 283.64º | 0.11% | 0.75% | - |
XYZ | 44.14 | 42.99 | 55.84 | - |
YUV | 177.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 170 | 192 | 0.03 | 0.11 | 0 | 0.25 | 283.64 | 0.15 | 0.71 |
Hex | BA | AA | C0 | 3 | B | 0 | 19 | 11C | F | 47 |
Octal | 272 | 252 | 300 | 3 | 13 | 0 | 31 | 434 | 17 | 107 |
Binary | 10111010 | 10101010 | 11000000 | 11 | 1011 | 0 | 11001 | 100011100 | 1111 | 1000111 |
Color Harmonies of #BAAAC0
Complementary color
Monochromatic Colors of #BAAAC0
Black with #BAAAC0
Text Example
Text Example
White with #BAAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAAAC0; }
p { color: rgb(186,170,192); }
H1.HeaderClassName
{
color: #BAAAC0;
}
.AnyTagClassName
{
color: #BAAAC0;
}
</style>
background-color css
<style>
a { background-color: #BAAAC0; }
a { background-color: rgb(186,170,192); }
div.DivClassName
{
background-color: #BAAAC0;
}
.BgClassName
{
background-color: #BAAAC0;
}
</style>
border-color css
<style>
span { border-color: #BAAAC0; }
span { border-color: rgb(186,170,192); }
td.TdClassName
{
border-color: #BAAAC0;
}
.TagClassName
{
border-color: #BAAAC0;
}
</style>