Shades of Chatelle #BCACC3
Tints of Chatelle #BCACC3
RGB
CMYK
RGB Variations
Color information
#BCACC3 (or 0xBCACC3) is known color: Chatelle. HEX triplet: BC, AC and C3. RGB value is (188,172,195). Sum of RGB (Red+Green+Blue) = 188+172+195=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCACC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC3 is #43533C. Grayscale: #B3B3B3. Windows color (decimal): -4412221 or 12823740. OLE color: 12823740.
HSL color Cylindrical-coordinate representation of color #BCACC3: hue angle of 281.74º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCACC3 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 172 | 195 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.24 |
| HSL | 281.74º | 0.16% | 0.72% | - |
| HSV(B) | 281.74º | 0.12% | 0.76% | - |
| XYZ | 45.34 | 44.14 | 57.76 | - |
| YUV | 179.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 195 | 0.04 | 0.12 | 0 | 0.24 | 281.74 | 0.16 | 0.72 |
| Hex | BC | AC | C3 | 4 | C | 0 | 18 | 11A | 10 | 48 |
| Octal | 274 | 254 | 303 | 4 | 14 | 0 | 30 | 432 | 20 | 110 |
| Binary | 10111100 | 10101100 | 11000011 | 100 | 1100 | 0 | 11000 | 100011010 | 10000 | 1001000 |
Color Harmonies of #BCACC3
Complementary color
Monochromatic Colors of #BCACC3
Black with #BCACC3
Text Example
Text Example
White with #BCACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACC3; }
p { color: rgb(188,172,195); }
H1.HeaderClassName
{
color: #BCACC3;
}
.AnyTagClassName
{
color: #BCACC3;
}
</style>
background-color css
<style>
a { background-color: #BCACC3; }
a { background-color: rgb(188,172,195); }
div.DivClassName
{
background-color: #BCACC3;
}
.BgClassName
{
background-color: #BCACC3;
}
</style>
border-color css
<style>
span { border-color: #BCACC3; }
span { border-color: rgb(188,172,195); }
td.TdClassName
{
border-color: #BCACC3;
}
.TagClassName
{
border-color: #BCACC3;
}
</style>