Shades of Lavender Blue #BDB8FC
Tints of Lavender Blue #BDB8FC
RGB
CMYK
RGB Variations
Color information
#BDB8FC (or 0xBDB8FC) is known color: Lavender Blue. HEX triplet: BD, B8 and FC. RGB value is (189,184,252). Sum of RGB (Red+Green+Blue) = 189+184+252=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8FC is #424703. Grayscale: #C0C0C0. Windows color (decimal): -4343556 or 16562365. OLE color: 16562365.
HSL color Cylindrical-coordinate representation of color #BDB8FC: hue angle of 244.41º 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 #BDB8FC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 184 | 252 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.01 |
| HSL | 244.41º | 0.92% | 0.85% | - |
| HSV(B) | 244.41º | 0.27% | 0.99% | - |
| XYZ | 55.7 | 52.13 | 99.22 | - |
| YUV | 193.25 | 161.16 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 184 | 252 | 0.25 | 0.27 | 0 | 0.01 | 244.41 | 0.92 | 0.85 |
| Hex | BD | B8 | FC | 19 | 1B | 0 | 1 | F4 | 5C | 55 |
| Octal | 275 | 270 | 374 | 31 | 33 | 0 | 1 | 364 | 134 | 125 |
| Binary | 10111101 | 10111000 | 11111100 | 11001 | 11011 | 0 | 1 | 11110100 | 1011100 | 1010101 |
Color Harmonies of #BDB8FC
Complementary color
Monochromatic Colors of #BDB8FC
Black with #BDB8FC
Text Example
Text Example
White with #BDB8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB8FC; }
p { color: rgb(189,184,252); }
H1.HeaderClassName
{
color: #BDB8FC;
}
.AnyTagClassName
{
color: #BDB8FC;
}
</style>
background-color css
<style>
a { background-color: #BDB8FC; }
a { background-color: rgb(189,184,252); }
div.DivClassName
{
background-color: #BDB8FC;
}
.BgClassName
{
background-color: #BDB8FC;
}
</style>
border-color css
<style>
span { border-color: #BDB8FC; }
span { border-color: rgb(189,184,252); }
td.TdClassName
{
border-color: #BDB8FC;
}
.TagClassName
{
border-color: #BDB8FC;
}
</style>