Shades of Lavender Blue #BDB9F4
Tints of Lavender Blue #BDB9F4
RGB
CMYK
RGB Variations
Color information
#BDB9F4 (or 0xBDB9F4) is known color: Lavender Blue. HEX triplet: BD, B9 and F4. RGB value is (189,185,244). Sum of RGB (Red+Green+Blue) = 189+185+244=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 244 (95.70% from 255 or 39.48% from 618); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDB9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9F4 is #42460B. Grayscale: #C0C0C0. Windows color (decimal): -4343308 or 16038333. OLE color: 16038333.
HSL color Cylindrical-coordinate representation of color #BDB9F4: hue angle of 244.07º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDB9F4 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 185 | 244 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.04 |
| HSL | 244.07º | 0.73% | 0.84% | - |
| HSV(B) | 244.07º | 0.24% | 0.96% | - |
| XYZ | 54.66 | 52.05 | 92.75 | - |
| YUV | 192.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 185 | 244 | 0.23 | 0.24 | 0 | 0.04 | 244.07 | 0.73 | 0.84 |
| Hex | BD | B9 | F4 | 17 | 18 | 0 | 4 | F4 | 49 | 54 |
| Octal | 275 | 271 | 364 | 27 | 30 | 0 | 4 | 364 | 111 | 124 |
| Binary | 10111101 | 10111001 | 11110100 | 10111 | 11000 | 0 | 100 | 11110100 | 1001001 | 1010100 |
Color Harmonies of #BDB9F4
Complementary color
Monochromatic Colors of #BDB9F4
Black with #BDB9F4
Text Example
Text Example
White with #BDB9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB9F4; }
p { color: rgb(189,185,244); }
H1.HeaderClassName
{
color: #BDB9F4;
}
.AnyTagClassName
{
color: #BDB9F4;
}
</style>
background-color css
<style>
a { background-color: #BDB9F4; }
a { background-color: rgb(189,185,244); }
div.DivClassName
{
background-color: #BDB9F4;
}
.BgClassName
{
background-color: #BDB9F4;
}
</style>
border-color css
<style>
span { border-color: #BDB9F4; }
span { border-color: rgb(189,185,244); }
td.TdClassName
{
border-color: #BDB9F4;
}
.TagClassName
{
border-color: #BDB9F4;
}
</style>