Shades of Chatelle #BCACC4
Tints of Chatelle #BCACC4
RGB
CMYK
RGB Variations
Color information
#BCACC4 (or 0xBCACC4) is known color: Chatelle. HEX triplet: BC, AC and C4. RGB value is (188,172,196). Sum of RGB (Red+Green+Blue) = 188+172+196=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCACC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACC4 is #43533B. Grayscale: #B3B3B3. Windows color (decimal): -4412220 or 12889276. OLE color: 12889276.
HSL color Cylindrical-coordinate representation of color #BCACC4: hue angle of 280º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCACC4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 172 | 196 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.23 |
| HSL | 280º | 0.17% | 0.72% | - |
| HSV(B) | 280º | 0.12% | 0.77% | - |
| XYZ | 45.46 | 44.18 | 58.36 | - |
| YUV | 179.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 172 | 196 | 0.04 | 0.12 | 0 | 0.23 | 280 | 0.17 | 0.72 |
| Hex | BC | AC | C4 | 4 | C | 0 | 17 | 118 | 11 | 48 |
| Octal | 274 | 254 | 304 | 4 | 14 | 0 | 27 | 430 | 21 | 110 |
| Binary | 10111100 | 10101100 | 11000100 | 100 | 1100 | 0 | 10111 | 100011000 | 10001 | 1001000 |
Color Harmonies of #BCACC4
Complementary color
Monochromatic Colors of #BCACC4
Black with #BCACC4
Text Example
Text Example
White with #BCACC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCACC4; }
p { color: rgb(188,172,196); }
H1.HeaderClassName
{
color: #BCACC4;
}
.AnyTagClassName
{
color: #BCACC4;
}
</style>
background-color css
<style>
a { background-color: #BCACC4; }
a { background-color: rgb(188,172,196); }
div.DivClassName
{
background-color: #BCACC4;
}
.BgClassName
{
background-color: #BCACC4;
}
</style>
border-color css
<style>
span { border-color: #BCACC4; }
span { border-color: rgb(188,172,196); }
td.TdClassName
{
border-color: #BCACC4;
}
.TagClassName
{
border-color: #BCACC4;
}
</style>