Shades of Lavender Blue #BDB7F8
Tints of Lavender Blue #BDB7F8
RGB
CMYK
RGB Variations
Color information
#BDB7F8 (or 0xBDB7F8) is known color: Lavender Blue. HEX triplet: BD, B7 and F8. RGB value is (189,183,248). Sum of RGB (Red+Green+Blue) = 189+183+248=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #BDB7F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7F8 is #424807. Grayscale: #BFBFBF. Windows color (decimal): -4343816 or 16299965. OLE color: 16299965.
HSL color Cylindrical-coordinate representation of color #BDB7F8: hue angle of 245.54º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDB7F8 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 183 | 248 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.03 |
| HSL | 245.54º | 0.82% | 0.85% | - |
| HSV(B) | 245.54º | 0.26% | 0.97% | - |
| XYZ | 54.86 | 51.46 | 95.85 | - |
| YUV | 192.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 248 | 0.24 | 0.26 | 0 | 0.03 | 245.54 | 0.82 | 0.85 |
| Hex | BD | B7 | F8 | 18 | 1A | 0 | 3 | F6 | 52 | 55 |
| Octal | 275 | 267 | 370 | 30 | 32 | 0 | 3 | 366 | 122 | 125 |
| Binary | 10111101 | 10110111 | 11111000 | 11000 | 11010 | 0 | 11 | 11110110 | 1010010 | 1010101 |
Color Harmonies of #BDB7F8
Complementary color
Monochromatic Colors of #BDB7F8
Black with #BDB7F8
Text Example
Text Example
White with #BDB7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7F8; }
p { color: rgb(189,183,248); }
H1.HeaderClassName
{
color: #BDB7F8;
}
.AnyTagClassName
{
color: #BDB7F8;
}
</style>
background-color css
<style>
a { background-color: #BDB7F8; }
a { background-color: rgb(189,183,248); }
div.DivClassName
{
background-color: #BDB7F8;
}
.BgClassName
{
background-color: #BDB7F8;
}
</style>
border-color css
<style>
span { border-color: #BDB7F8; }
span { border-color: rgb(189,183,248); }
td.TdClassName
{
border-color: #BDB7F8;
}
.TagClassName
{
border-color: #BDB7F8;
}
</style>