Shades of Lavender Blue #BDB4FD
Tints of Lavender Blue #BDB4FD
RGB
CMYK
RGB Variations
Color information
#BDB4FD (or 0xBDB4FD) is known color: Lavender Blue. HEX triplet: BD, B4 and FD. RGB value is (189,180,253). Sum of RGB (Red+Green+Blue) = 189+180+253=622 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.39% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FD is #424B02. Grayscale: #BEBEBE. Windows color (decimal): -4344579 or 16626877. OLE color: 16626877.
HSL color Cylindrical-coordinate representation of color #BDB4FD: hue angle of 247.4º degrees, saturation: 0.95, 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 #BDB4FD is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 180 | 253 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.01 |
| HSL | 247.4º | 0.95% | 0.85% | - |
| HSV(B) | 247.4º | 0.29% | 0.99% | - |
| XYZ | 55.04 | 50.55 | 99.79 | - |
| YUV | 191.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 180 | 253 | 0.25 | 0.29 | 0 | 0.01 | 247.4 | 0.95 | 0.85 |
| Hex | BD | B4 | FD | 19 | 1D | 0 | 1 | F7 | 5F | 55 |
| Octal | 275 | 264 | 375 | 31 | 35 | 0 | 1 | 367 | 137 | 125 |
| Binary | 10111101 | 10110100 | 11111101 | 11001 | 11101 | 0 | 1 | 11110111 | 1011111 | 1010101 |
Color Harmonies of #BDB4FD
Complementary color
Monochromatic Colors of #BDB4FD
Black with #BDB4FD
Text Example
Text Example
White with #BDB4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB4FD; }
p { color: rgb(189,180,253); }
H1.HeaderClassName
{
color: #BDB4FD;
}
.AnyTagClassName
{
color: #BDB4FD;
}
</style>
background-color css
<style>
a { background-color: #BDB4FD; }
a { background-color: rgb(189,180,253); }
div.DivClassName
{
background-color: #BDB4FD;
}
.BgClassName
{
background-color: #BDB4FD;
}
</style>
border-color css
<style>
span { border-color: #BDB4FD; }
span { border-color: rgb(189,180,253); }
td.TdClassName
{
border-color: #BDB4FD;
}
.TagClassName
{
border-color: #BDB4FD;
}
</style>