Shades of Chatelle #BCADC5
Tints of Chatelle #BCADC5
RGB
CMYK
RGB Variations
Color information
#BCADC5 (or 0xBCADC5) is known color: Chatelle. HEX triplet: BC, AD and C5. RGB value is (188,173,197). Sum of RGB (Red+Green+Blue) = 188+173+197=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 197 - color contains mainly: blue. Hex color #BCADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC5 is #43523A. Grayscale: #B4B4B4. Windows color (decimal): -4411963 or 12955068. OLE color: 12955068.
HSL color Cylindrical-coordinate representation of color #BCADC5: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCADC5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 188 | 173 | 197 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.23 |
| HSL | 277.5º | 0.17% | 0.73% | - |
| HSV(B) | 277.5º | 0.12% | 0.77% | - |
| XYZ | 45.76 | 44.61 | 59.02 | - |
| YUV | 180.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 173 | 197 | 0.05 | 0.12 | 0 | 0.23 | 277.5 | 0.17 | 0.73 |
| Hex | BC | AD | C5 | 5 | C | 0 | 17 | 116 | 11 | 49 |
| Octal | 274 | 255 | 305 | 5 | 14 | 0 | 27 | 426 | 21 | 111 |
| Binary | 10111100 | 10101101 | 11000101 | 101 | 1100 | 0 | 10111 | 100010110 | 10001 | 1001001 |
Color Harmonies of #BCADC5
Complementary color
Monochromatic Colors of #BCADC5
Black with #BCADC5
Text Example
Text Example
White with #BCADC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCADC5; }
p { color: rgb(188,173,197); }
H1.HeaderClassName
{
color: #BCADC5;
}
.AnyTagClassName
{
color: #BCADC5;
}
</style>
background-color css
<style>
a { background-color: #BCADC5; }
a { background-color: rgb(188,173,197); }
div.DivClassName
{
background-color: #BCADC5;
}
.BgClassName
{
background-color: #BCADC5;
}
</style>
border-color css
<style>
span { border-color: #BCADC5; }
span { border-color: rgb(188,173,197); }
td.TdClassName
{
border-color: #BCADC5;
}
.TagClassName
{
border-color: #BCADC5;
}
</style>