Shades of Lavender Blue #BDB4FC
Tints of Lavender Blue #BDB4FC
RGB
CMYK
RGB Variations
Color information
#BDB4FC (or 0xBDB4FC) is known color: Lavender Blue. HEX triplet: BD, B4 and FC. RGB value is (189,180,252). Sum of RGB (Red+Green+Blue) = 189+180+252=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FC is #424B03. Grayscale: #BEBEBE. Windows color (decimal): -4344580 or 16561341. OLE color: 16561341.
HSL color Cylindrical-coordinate representation of color #BDB4FC: hue angle of 247.5º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB4FC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 180 | 252 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.01 |
| HSL | 247.5º | 0.92% | 0.85% | - |
| HSV(B) | 247.5º | 0.29% | 0.99% | - |
| XYZ | 54.88 | 50.49 | 98.95 | - |
| YUV | 190.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 252 | 0.25 | 0.29 | 0 | 0.01 | 247.5 | 0.92 | 0.85 |
| Hex | BD | B4 | FC | 19 | 1D | 0 | 1 | F8 | 5C | 55 |
| Octal | 275 | 264 | 374 | 31 | 35 | 0 | 1 | 370 | 134 | 125 |
| Binary | 10111101 | 10110100 | 11111100 | 11001 | 11101 | 0 | 1 | 11111000 | 1011100 | 1010101 |
Color Harmonies of #BDB4FC
Complementary color
Monochromatic Colors of #BDB4FC
Black with #BDB4FC
Text Example
Text Example
White with #BDB4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4FC; }
p { color: rgb(189,180,252); }
H1.HeaderClassName
{
color: #BDB4FC;
}
.AnyTagClassName
{
color: #BDB4FC;
}
</style>
background-color css
<style>
a { background-color: #BDB4FC; }
a { background-color: rgb(189,180,252); }
div.DivClassName
{
background-color: #BDB4FC;
}
.BgClassName
{
background-color: #BDB4FC;
}
</style>
border-color css
<style>
span { border-color: #BDB4FC; }
span { border-color: rgb(189,180,252); }
td.TdClassName
{
border-color: #BDB4FC;
}
.TagClassName
{
border-color: #BDB4FC;
}
</style>