Shades of Lavender Blue #BDB7FD
Tints of Lavender Blue #BDB7FD
RGB
CMYK
RGB Variations
Color information
#BDB7FD (or 0xBDB7FD) is known color: Lavender Blue. HEX triplet: BD, B7 and FD. RGB value is (189,183,253). Sum of RGB (Red+Green+Blue) = 189+183+253=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FD is #424802. Grayscale: #C0C0C0. Windows color (decimal): -4343811 or 16627645. OLE color: 16627645.
HSL color Cylindrical-coordinate representation of color #BDB7FD: hue angle of 245.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB7FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 183 | 253 | - |
CMYK | 0.25 | 0.28 | 0 | 0.01 |
HSL | 245.14º | 0.95% | 0.85% | - |
HSV(B) | 245.14º | 0.28% | 0.99% | - |
XYZ | 55.65 | 51.78 | 99.99 | - |
YUV | 192.77 | 161.99 | 125.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 183 | 253 | 0.25 | 0.28 | 0 | 0.01 | 245.14 | 0.95 | 0.85 |
Hex | BD | B7 | FD | 19 | 1C | 0 | 1 | F5 | 5F | 55 |
Octal | 275 | 267 | 375 | 31 | 34 | 0 | 1 | 365 | 137 | 125 |
Binary | 10111101 | 10110111 | 11111101 | 11001 | 11100 | 0 | 1 | 11110101 | 1011111 | 1010101 |
Color Harmonies of #BDB7FD
Complementary color
Monochromatic Colors of #BDB7FD
Black with #BDB7FD
Text Example
Text Example
White with #BDB7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7FD; }
p { color: rgb(189,183,253); }
H1.HeaderClassName
{
color: #BDB7FD;
}
.AnyTagClassName
{
color: #BDB7FD;
}
</style>
background-color css
<style>
a { background-color: #BDB7FD; }
a { background-color: rgb(189,183,253); }
div.DivClassName
{
background-color: #BDB7FD;
}
.BgClassName
{
background-color: #BDB7FD;
}
</style>
border-color css
<style>
span { border-color: #BDB7FD; }
span { border-color: rgb(189,183,253); }
td.TdClassName
{
border-color: #BDB7FD;
}
.TagClassName
{
border-color: #BDB7FD;
}
</style>