Shades of Melrose #BBA8FC
Tints of Melrose #BBA8FC
RGB
CMYK
RGB Variations
Color information
#BBA8FC (or 0xBBA8FC) is known color: Melrose. HEX triplet: BB, A8 and FC. RGB value is (187,168,252). Sum of RGB (Red+Green+Blue) = 187+168+252=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA8FC is #445703. Grayscale: #B6B6B6. Windows color (decimal): -4478724 or 16558267. OLE color: 16558267.
HSL color Cylindrical-coordinate representation of color #BBA8FC: hue angle of 253.57º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA8FC is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 168 | 252 | - |
| CMYK | 0.26 | 0.33 | 0 | 0.01 |
| HSL | 253.57º | 0.93% | 0.82% | - |
| HSV(B) | 253.57º | 0.33% | 0.99% | - |
| XYZ | 52.07 | 45.6 | 98.15 | - |
| YUV | 183.26 | 166.79 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 252 | 0.26 | 0.33 | 0 | 0.01 | 253.57 | 0.93 | 0.82 |
| Hex | BB | A8 | FC | 1A | 21 | 0 | 1 | FE | 5D | 52 |
| Octal | 273 | 250 | 374 | 32 | 41 | 0 | 1 | 376 | 135 | 122 |
| Binary | 10111011 | 10101000 | 11111100 | 11010 | 100001 | 0 | 1 | 11111110 | 1011101 | 1010010 |
Color Harmonies of #BBA8FC
Complementary color
Monochromatic Colors of #BBA8FC
Black with #BBA8FC
Text Example
Text Example
White with #BBA8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8FC; }
p { color: rgb(187,168,252); }
H1.HeaderClassName
{
color: #BBA8FC;
}
.AnyTagClassName
{
color: #BBA8FC;
}
</style>
background-color css
<style>
a { background-color: #BBA8FC; }
a { background-color: rgb(187,168,252); }
div.DivClassName
{
background-color: #BBA8FC;
}
.BgClassName
{
background-color: #BBA8FC;
}
</style>
border-color css
<style>
span { border-color: #BBA8FC; }
span { border-color: rgb(187,168,252); }
td.TdClassName
{
border-color: #BBA8FC;
}
.TagClassName
{
border-color: #BBA8FC;
}
</style>