Shades of Melrose #BCAFF3
Tints of Melrose #BCAFF3
RGB
CMYK
RGB Variations
Color information
#BCAFF3 (or 0xBCAFF3) is known color: Melrose. HEX triplet: BC, AF and F3. RGB value is (188,175,243). Sum of RGB (Red+Green+Blue) = 188+175+243=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCAFF3 is #43500C. Grayscale: #BABABA. Windows color (decimal): -4411405 or 15970236. OLE color: 15970236.
HSL color Cylindrical-coordinate representation of color #BCAFF3: hue angle of 251.47º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCAFF3 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 175 | 243 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.05 |
| HSL | 251.47º | 0.74% | 0.82% | - |
| HSV(B) | 251.47º | 0.28% | 0.95% | - |
| XYZ | 52.25 | 47.82 | 91.27 | - |
| YUV | 186.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 175 | 243 | 0.23 | 0.28 | 0 | 0.05 | 251.47 | 0.74 | 0.82 |
| Hex | BC | AF | F3 | 17 | 1C | 0 | 5 | FB | 4A | 52 |
| Octal | 274 | 257 | 363 | 27 | 34 | 0 | 5 | 373 | 112 | 122 |
| Binary | 10111100 | 10101111 | 11110011 | 10111 | 11100 | 0 | 101 | 11111011 | 1001010 | 1010010 |
Color Harmonies of #BCAFF3
Complementary color
Monochromatic Colors of #BCAFF3
Black with #BCAFF3
Text Example
Text Example
White with #BCAFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAFF3; }
p { color: rgb(188,175,243); }
H1.HeaderClassName
{
color: #BCAFF3;
}
.AnyTagClassName
{
color: #BCAFF3;
}
</style>
background-color css
<style>
a { background-color: #BCAFF3; }
a { background-color: rgb(188,175,243); }
div.DivClassName
{
background-color: #BCAFF3;
}
.BgClassName
{
background-color: #BCAFF3;
}
</style>
border-color css
<style>
span { border-color: #BCAFF3; }
span { border-color: rgb(188,175,243); }
td.TdClassName
{
border-color: #BCAFF3;
}
.TagClassName
{
border-color: #BCAFF3;
}
</style>