Shades of Lavender Blue #BDB7FC
Tints of Lavender Blue #BDB7FC
RGB
CMYK
RGB Variations
Color information
#BDB7FC (or 0xBDB7FC) is known color: Lavender Blue. HEX triplet: BD, B7 and FC. RGB value is (189,183,252). Sum of RGB (Red+Green+Blue) = 189+183+252=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FC is #424803. Grayscale: #C0C0C0. Windows color (decimal): -4343812 or 16562109. OLE color: 16562109.
HSL color Cylindrical-coordinate representation of color #BDB7FC: hue angle of 245.22º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB7FC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 183 | 252 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.01 |
| HSL | 245.22º | 0.92% | 0.85% | - |
| HSV(B) | 245.22º | 0.27% | 0.99% | - |
| XYZ | 55.49 | 51.71 | 99.15 | - |
| YUV | 192.66 | 161.49 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 183 | 252 | 0.25 | 0.27 | 0 | 0.01 | 245.22 | 0.92 | 0.85 |
| Hex | BD | B7 | FC | 19 | 1B | 0 | 1 | F5 | 5C | 55 |
| Octal | 275 | 267 | 374 | 31 | 33 | 0 | 1 | 365 | 134 | 125 |
| Binary | 10111101 | 10110111 | 11111100 | 11001 | 11011 | 0 | 1 | 11110101 | 1011100 | 1010101 |
Color Harmonies of #BDB7FC
Complementary color
Monochromatic Colors of #BDB7FC
Black with #BDB7FC
Text Example
Text Example
White with #BDB7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB7FC; }
p { color: rgb(189,183,252); }
H1.HeaderClassName
{
color: #BDB7FC;
}
.AnyTagClassName
{
color: #BDB7FC;
}
</style>
background-color css
<style>
a { background-color: #BDB7FC; }
a { background-color: rgb(189,183,252); }
div.DivClassName
{
background-color: #BDB7FC;
}
.BgClassName
{
background-color: #BDB7FC;
}
</style>
border-color css
<style>
span { border-color: #BDB7FC; }
span { border-color: rgb(189,183,252); }
td.TdClassName
{
border-color: #BDB7FC;
}
.TagClassName
{
border-color: #BDB7FC;
}
</style>