Shades of Melrose #BDB2F8
Tints of Melrose #BDB2F8
RGB
CMYK
RGB Variations
Color information
#BDB2F8 (or 0xBDB2F8) is known color: Melrose. HEX triplet: BD, B2 and F8. RGB value is (189,178,248). Sum of RGB (Red+Green+Blue) = 189+178+248=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 248 (97.27% from 255 or 40.33% from 615); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDB2F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB2F8 is #424D07. Grayscale: #BDBDBD. Windows color (decimal): -4345096 or 16298685. OLE color: 16298685.
HSL color Cylindrical-coordinate representation of color #BDB2F8: hue angle of 249.43º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB2F8 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 178 | 248 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.03 |
| HSL | 249.43º | 0.83% | 0.84% | - |
| HSV(B) | 249.43º | 0.28% | 0.97% | - |
| XYZ | 53.85 | 49.44 | 95.51 | - |
| YUV | 189.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 178 | 248 | 0.24 | 0.28 | 0 | 0.03 | 249.43 | 0.83 | 0.84 |
| Hex | BD | B2 | F8 | 18 | 1C | 0 | 3 | F9 | 53 | 54 |
| Octal | 275 | 262 | 370 | 30 | 34 | 0 | 3 | 371 | 123 | 124 |
| Binary | 10111101 | 10110010 | 11111000 | 11000 | 11100 | 0 | 11 | 11111001 | 1010011 | 1010100 |
Color Harmonies of #BDB2F8
Complementary color
Monochromatic Colors of #BDB2F8
Black with #BDB2F8
Text Example
Text Example
White with #BDB2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB2F8; }
p { color: rgb(189,178,248); }
H1.HeaderClassName
{
color: #BDB2F8;
}
.AnyTagClassName
{
color: #BDB2F8;
}
</style>
background-color css
<style>
a { background-color: #BDB2F8; }
a { background-color: rgb(189,178,248); }
div.DivClassName
{
background-color: #BDB2F8;
}
.BgClassName
{
background-color: #BDB2F8;
}
</style>
border-color css
<style>
span { border-color: #BDB2F8; }
span { border-color: rgb(189,178,248); }
td.TdClassName
{
border-color: #BDB2F8;
}
.TagClassName
{
border-color: #BDB2F8;
}
</style>