Shades of Melrose #BCAFE6
Tints of Melrose #BCAFE6
RGB
CMYK
RGB Variations
Color information
#BCAFE6 (or 0xBCAFE6) is known color: Melrose. HEX triplet: BC, AF and E6. RGB value is (188,175,230). Sum of RGB (Red+Green+Blue) = 188+175+230=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFE6 is #435019. Grayscale: #B8B8B8. Windows color (decimal): -4411418 or 15118268. OLE color: 15118268.
HSL color Cylindrical-coordinate representation of color #BCAFE6: hue angle of 254.18º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCAFE6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 175 | 230 | - |
| CMYK | 0.18 | 0.24 | 0 | 0.10 |
| HSL | 254.18º | 0.52% | 0.79% | - |
| HSV(B) | 254.18º | 0.24% | 0.9% | - |
| XYZ | 50.35 | 47.06 | 81.29 | - |
| YUV | 185.16 | 153.31 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 230 | 0.18 | 0.24 | 0 | 0.10 | 254.18 | 0.52 | 0.79 |
| Hex | BC | AF | E6 | 12 | 18 | 0 | A | FE | 34 | 4F |
| Octal | 274 | 257 | 346 | 22 | 30 | 0 | 12 | 376 | 64 | 117 |
| Binary | 10111100 | 10101111 | 11100110 | 10010 | 11000 | 0 | 1010 | 11111110 | 110100 | 1001111 |
Color Harmonies of #BCAFE6
Complementary color
Monochromatic Colors of #BCAFE6
Black with #BCAFE6
Text Example
Text Example
White with #BCAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFE6; }
p { color: rgb(188,175,230); }
H1.HeaderClassName
{
color: #BCAFE6;
}
.AnyTagClassName
{
color: #BCAFE6;
}
</style>
background-color css
<style>
a { background-color: #BCAFE6; }
a { background-color: rgb(188,175,230); }
div.DivClassName
{
background-color: #BCAFE6;
}
.BgClassName
{
background-color: #BCAFE6;
}
</style>
border-color css
<style>
span { border-color: #BCAFE6; }
span { border-color: rgb(188,175,230); }
td.TdClassName
{
border-color: #BCAFE6;
}
.TagClassName
{
border-color: #BCAFE6;
}
</style>