Shades of Melrose #BCAFF6
Tints of Melrose #BCAFF6
RGB
CMYK
RGB Variations
Color information
#BCAFF6 (or 0xBCAFF6) is known color: Melrose. HEX triplet: BC, AF and F6. RGB value is (188,175,246). Sum of RGB (Red+Green+Blue) = 188+175+246=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCAFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF6 is #435009. Grayscale: #BABABA. Windows color (decimal): -4411402 or 16166844. OLE color: 16166844.
HSL color Cylindrical-coordinate representation of color #BCAFF6: hue angle of 250.99º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BCAFF6 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 175 | 246 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.04 |
| HSL | 250.99º | 0.8% | 0.83% | - |
| HSV(B) | 250.99º | 0.29% | 0.96% | - |
| XYZ | 52.7 | 48.01 | 93.68 | - |
| YUV | 186.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 246 | 0.24 | 0.29 | 0 | 0.04 | 250.99 | 0.8 | 0.83 |
| Hex | BC | AF | F6 | 18 | 1D | 0 | 4 | FB | 50 | 53 |
| Octal | 274 | 257 | 366 | 30 | 35 | 0 | 4 | 373 | 120 | 123 |
| Binary | 10111100 | 10101111 | 11110110 | 11000 | 11101 | 0 | 100 | 11111011 | 1010000 | 1010011 |
Color Harmonies of #BCAFF6
Complementary color
Monochromatic Colors of #BCAFF6
Black with #BCAFF6
Text Example
Text Example
White with #BCAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFF6; }
p { color: rgb(188,175,246); }
H1.HeaderClassName
{
color: #BCAFF6;
}
.AnyTagClassName
{
color: #BCAFF6;
}
</style>
background-color css
<style>
a { background-color: #BCAFF6; }
a { background-color: rgb(188,175,246); }
div.DivClassName
{
background-color: #BCAFF6;
}
.BgClassName
{
background-color: #BCAFF6;
}
</style>
border-color css
<style>
span { border-color: #BCAFF6; }
span { border-color: rgb(188,175,246); }
td.TdClassName
{
border-color: #BCAFF6;
}
.TagClassName
{
border-color: #BCAFF6;
}
</style>