Shades of Melrose #BCAAF2
Tints of Melrose #BCAAF2
RGB
CMYK
RGB Variations
Color information
#BCAAF2 (or 0xBCAAF2) is known color: Melrose. HEX triplet: BC, AA and F2. RGB value is (188,170,242). Sum of RGB (Red+Green+Blue) = 188+170+242=600 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.33% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAAF2 is #43550D. Grayscale: #B7B7B7. Windows color (decimal): -4412686 or 15903420. OLE color: 15903420.
HSL color Cylindrical-coordinate representation of color #BCAAF2: hue angle of 255º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAAF2 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 170 | 242 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.05 |
| HSL | 255º | 0.73% | 0.81% | - |
| HSV(B) | 255º | 0.3% | 0.95% | - |
| XYZ | 51.14 | 45.85 | 90.16 | - |
| YUV | 183.59 | 160.96 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 242 | 0.22 | 0.30 | 0 | 0.05 | 255 | 0.73 | 0.81 |
| Hex | BC | AA | F2 | 16 | 1E | 0 | 5 | FF | 49 | 51 |
| Octal | 274 | 252 | 362 | 26 | 36 | 0 | 5 | 377 | 111 | 121 |
| Binary | 10111100 | 10101010 | 11110010 | 10110 | 11110 | 0 | 101 | 11111111 | 1001001 | 1010001 |
Color Harmonies of #BCAAF2
Complementary color
Monochromatic Colors of #BCAAF2
Black with #BCAAF2
Text Example
Text Example
White with #BCAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAAF2; }
p { color: rgb(188,170,242); }
H1.HeaderClassName
{
color: #BCAAF2;
}
.AnyTagClassName
{
color: #BCAAF2;
}
</style>
background-color css
<style>
a { background-color: #BCAAF2; }
a { background-color: rgb(188,170,242); }
div.DivClassName
{
background-color: #BCAAF2;
}
.BgClassName
{
background-color: #BCAAF2;
}
</style>
border-color css
<style>
span { border-color: #BCAAF2; }
span { border-color: rgb(188,170,242); }
td.TdClassName
{
border-color: #BCAAF2;
}
.TagClassName
{
border-color: #BCAAF2;
}
</style>