Shades of Chatelle #BCAEC4
Tints of Chatelle #BCAEC4
RGB
CMYK
RGB Variations
Color information
#BCAEC4 (or 0xBCAEC4) is known color: Chatelle. HEX triplet: BC, AE and C4. RGB value is (188,174,196). Sum of RGB (Red+Green+Blue) = 188+174+196=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 196 (76.95% from 255 or 35.13% from 558); Max value from RGB is 196 - color contains mainly: blue. Hex color #BCAEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAEC4 is #43513B. Grayscale: #B4B4B4. Windows color (decimal): -4411708 or 12889788. OLE color: 12889788.
HSL color Cylindrical-coordinate representation of color #BCAEC4: hue angle of 278.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCAEC4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 174 | 196 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.23 |
| HSL | 278.18º | 0.16% | 0.73% | - |
| HSV(B) | 278.18º | 0.11% | 0.77% | - |
| XYZ | 45.84 | 44.95 | 58.48 | - |
| YUV | 180.69 | 136.64 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 174 | 196 | 0.04 | 0.11 | 0 | 0.23 | 278.18 | 0.16 | 0.73 |
| Hex | BC | AE | C4 | 4 | B | 0 | 17 | 116 | 10 | 49 |
| Octal | 274 | 256 | 304 | 4 | 13 | 0 | 27 | 426 | 20 | 111 |
| Binary | 10111100 | 10101110 | 11000100 | 100 | 1011 | 0 | 10111 | 100010110 | 10000 | 1001001 |
Color Harmonies of #BCAEC4
Complementary color
Monochromatic Colors of #BCAEC4
Black with #BCAEC4
Text Example
Text Example
White with #BCAEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAEC4; }
p { color: rgb(188,174,196); }
H1.HeaderClassName
{
color: #BCAEC4;
}
.AnyTagClassName
{
color: #BCAEC4;
}
</style>
background-color css
<style>
a { background-color: #BCAEC4; }
a { background-color: rgb(188,174,196); }
div.DivClassName
{
background-color: #BCAEC4;
}
.BgClassName
{
background-color: #BCAEC4;
}
</style>
border-color css
<style>
span { border-color: #BCAEC4; }
span { border-color: rgb(188,174,196); }
td.TdClassName
{
border-color: #BCAEC4;
}
.TagClassName
{
border-color: #BCAEC4;
}
</style>