Shades of Chatelle #BCAFC3
Tints of Chatelle #BCAFC3
RGB
CMYK
RGB Variations
Color information
#BCAFC3 (or 0xBCAFC3) is known color: Chatelle. HEX triplet: BC, AF and C3. RGB value is (188,175,195). Sum of RGB (Red+Green+Blue) = 188+175+195=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 195 (76.56% from 255 or 34.95% from 558); Max value from RGB is 195 - color contains mainly: blue. Hex color #BCAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCAFC3 is #43503C. Grayscale: #B5B5B5. Windows color (decimal): -4411453 or 12824508. OLE color: 12824508.
HSL color Cylindrical-coordinate representation of color #BCAFC3: hue angle of 279º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCAFC3 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 175 | 195 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.24 |
| HSL | 279º | 0.14% | 0.73% | - |
| HSV(B) | 279º | 0.1% | 0.76% | - |
| XYZ | 45.92 | 45.29 | 57.95 | - |
| YUV | 181.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 195 | 0.04 | 0.10 | 0 | 0.24 | 279 | 0.14 | 0.73 |
| Hex | BC | AF | C3 | 4 | A | 0 | 18 | 117 | E | 49 |
| Octal | 274 | 257 | 303 | 4 | 12 | 0 | 30 | 427 | 16 | 111 |
| Binary | 10111100 | 10101111 | 11000011 | 100 | 1010 | 0 | 11000 | 100010111 | 1110 | 1001001 |
Color Harmonies of #BCAFC3
Complementary color
Monochromatic Colors of #BCAFC3
Black with #BCAFC3
Text Example
Text Example
White with #BCAFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFC3; }
p { color: rgb(188,175,195); }
H1.HeaderClassName
{
color: #BCAFC3;
}
.AnyTagClassName
{
color: #BCAFC3;
}
</style>
background-color css
<style>
a { background-color: #BCAFC3; }
a { background-color: rgb(188,175,195); }
div.DivClassName
{
background-color: #BCAFC3;
}
.BgClassName
{
background-color: #BCAFC3;
}
</style>
border-color css
<style>
span { border-color: #BCAFC3; }
span { border-color: rgb(188,175,195); }
td.TdClassName
{
border-color: #BCAFC3;
}
.TagClassName
{
border-color: #BCAFC3;
}
</style>