Shades of Lavender Blue #BDB6FC
Tints of Lavender Blue #BDB6FC
RGB
CMYK
RGB Variations
Color information
#BDB6FC (or 0xBDB6FC) is known color: Lavender Blue. HEX triplet: BD, B6 and FC. RGB value is (189,182,252). Sum of RGB (Red+Green+Blue) = 189+182+252=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 182 (71.48% from 255 or 29.21% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FC is #424903. Grayscale: #BFBFBF. Windows color (decimal): -4344068 or 16561853. OLE color: 16561853.
HSL color Cylindrical-coordinate representation of color #BDB6FC: hue angle of 246º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB6FC is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 182 | 252 | - |
| CMYK | 0.25 | 0.28 | 0 | 0.01 |
| HSL | 246º | 0.92% | 0.85% | - |
| HSV(B) | 246º | 0.28% | 0.99% | - |
| XYZ | 55.28 | 51.3 | 99.08 | - |
| YUV | 192.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 252 | 0.25 | 0.28 | 0 | 0.01 | 246 | 0.92 | 0.85 |
| Hex | BD | B6 | FC | 19 | 1C | 0 | 1 | F6 | 5C | 55 |
| Octal | 275 | 266 | 374 | 31 | 34 | 0 | 1 | 366 | 134 | 125 |
| Binary | 10111101 | 10110110 | 11111100 | 11001 | 11100 | 0 | 1 | 11110110 | 1011100 | 1010101 |
Color Harmonies of #BDB6FC
Complementary color
Monochromatic Colors of #BDB6FC
Black with #BDB6FC
Text Example
Text Example
White with #BDB6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6FC; }
p { color: rgb(189,182,252); }
H1.HeaderClassName
{
color: #BDB6FC;
}
.AnyTagClassName
{
color: #BDB6FC;
}
</style>
background-color css
<style>
a { background-color: #BDB6FC; }
a { background-color: rgb(189,182,252); }
div.DivClassName
{
background-color: #BDB6FC;
}
.BgClassName
{
background-color: #BDB6FC;
}
</style>
border-color css
<style>
span { border-color: #BDB6FC; }
span { border-color: rgb(189,182,252); }
td.TdClassName
{
border-color: #BDB6FC;
}
.TagClassName
{
border-color: #BDB6FC;
}
</style>