Shades of Melrose #BCAFFB
Tints of Melrose #BCAFFB
RGB
CMYK
RGB Variations
Color information
#BCAFFB (or 0xBCAFFB) is known color: Melrose. HEX triplet: BC, AF and FB. RGB value is (188,175,251). Sum of RGB (Red+Green+Blue) = 188+175+251=614 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.62% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCAFFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFFB is #435004. Grayscale: #BBBBBB. Windows color (decimal): -4411397 or 16494524. OLE color: 16494524.
HSL color Cylindrical-coordinate representation of color #BCAFFB: hue angle of 250.26º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCAFFB is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 175 | 251 | - |
| CMYK | 0.25 | 0.30 | 0 | 0.02 |
| HSL | 250.26º | 0.9% | 0.84% | - |
| HSV(B) | 250.26º | 0.3% | 0.98% | - |
| XYZ | 53.48 | 48.32 | 97.77 | - |
| YUV | 187.55 | 163.81 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 251 | 0.25 | 0.30 | 0 | 0.02 | 250.26 | 0.9 | 0.84 |
| Hex | BC | AF | FB | 19 | 1E | 0 | 2 | FA | 5A | 54 |
| Octal | 274 | 257 | 373 | 31 | 36 | 0 | 2 | 372 | 132 | 124 |
| Binary | 10111100 | 10101111 | 11111011 | 11001 | 11110 | 0 | 10 | 11111010 | 1011010 | 1010100 |
Color Harmonies of #BCAFFB
Complementary color
Monochromatic Colors of #BCAFFB
Black with #BCAFFB
Text Example
Text Example
White with #BCAFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFFB; }
p { color: rgb(188,175,251); }
H1.HeaderClassName
{
color: #BCAFFB;
}
.AnyTagClassName
{
color: #BCAFFB;
}
</style>
background-color css
<style>
a { background-color: #BCAFFB; }
a { background-color: rgb(188,175,251); }
div.DivClassName
{
background-color: #BCAFFB;
}
.BgClassName
{
background-color: #BCAFFB;
}
</style>
border-color css
<style>
span { border-color: #BCAFFB; }
span { border-color: rgb(188,175,251); }
td.TdClassName
{
border-color: #BCAFFB;
}
.TagClassName
{
border-color: #BCAFFB;
}
</style>