Shades of Chatelle #BAADC2
Tints of Chatelle #BAADC2
RGB
CMYK
RGB Variations
Color information
#BAADC2 (or 0xBAADC2) is known color: Chatelle. HEX triplet: BA, AD and C2. RGB value is (186,173,194). Sum of RGB (Red+Green+Blue) = 186+173+194=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 194 (76.17% from 255 or 35.08% from 553); Max value from RGB is 194 - color contains mainly: blue. Hex color #BAADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC2 is #45523D. Grayscale: #B3B3B3. Windows color (decimal): -4543038 or 12758458. OLE color: 12758458.
HSL color Cylindrical-coordinate representation of color #BAADC2: hue angle of 277.14º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAADC2 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 186 | 173 | 194 | - |
CMYK | 0.04 | 0.11 | 0 | 0.24 |
HSL | 277.14º | 0.15% | 0.72% | - |
HSV(B) | 277.14º | 0.11% | 0.76% | - |
XYZ | 44.93 | 44.22 | 57.21 | - |
YUV | 179.28 | 136.31 | 132.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 186 | 173 | 194 | 0.04 | 0.11 | 0 | 0.24 | 277.14 | 0.15 | 0.72 |
Hex | BA | AD | C2 | 4 | B | 0 | 18 | 115 | F | 48 |
Octal | 272 | 255 | 302 | 4 | 13 | 0 | 30 | 425 | 17 | 110 |
Binary | 10111010 | 10101101 | 11000010 | 100 | 1011 | 0 | 11000 | 100010101 | 1111 | 1001000 |
Color Harmonies of #BAADC2
Complementary color
Monochromatic Colors of #BAADC2
Black with #BAADC2
Text Example
Text Example
White with #BAADC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAADC2; }
p { color: rgb(186,173,194); }
H1.HeaderClassName
{
color: #BAADC2;
}
.AnyTagClassName
{
color: #BAADC2;
}
</style>
background-color css
<style>
a { background-color: #BAADC2; }
a { background-color: rgb(186,173,194); }
div.DivClassName
{
background-color: #BAADC2;
}
.BgClassName
{
background-color: #BAADC2;
}
</style>
border-color css
<style>
span { border-color: #BAADC2; }
span { border-color: rgb(186,173,194); }
td.TdClassName
{
border-color: #BAADC2;
}
.TagClassName
{
border-color: #BAADC2;
}
</style>