Shades of Lavender Blue #BDB6FF
Tints of Lavender Blue #BDB6FF
RGB
CMYK
RGB Variations
Color information
#BDB6FF (or 0xBDB6FF) is known color: Lavender Blue. HEX triplet: BD, B6 and FF. RGB value is (189,182,255). Sum of RGB (Red+Green+Blue) = 189+182+255=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 182 (71.48% from 255 or 29.07% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FF is #424900. Grayscale: #C0C0C0. Windows color (decimal): -4344065 or 16758461. OLE color: 16758461.
HSL color Cylindrical-coordinate representation of color #BDB6FF: hue angle of 245.75º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB6FF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 182 | 255 | - |
| CMYK | 0.26 | 0.29 | 0 | 0 |
| HSL | 245.75º | 1% | 0.86% | - |
| HSV(B) | 245.75º | 0.29% | 1% | - |
| XYZ | 55.76 | 51.49 | 101.61 | - |
| YUV | 192.42 | 163.32 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 182 | 255 | 0.26 | 0.29 | 0 | 0 | 245.75 | 1 | 0.86 |
| Hex | BD | B6 | FF | 1A | 1D | 0 | 0 | F6 | 64 | 56 |
| Octal | 275 | 266 | 377 | 32 | 35 | 0 | 0 | 366 | 144 | 126 |
| Binary | 10111101 | 10110110 | 11111111 | 11010 | 11101 | 0 | 0 | 11110110 | 1100100 | 1010110 |
Color Harmonies of #BDB6FF
Complementary color
Monochromatic Colors of #BDB6FF
Black with #BDB6FF
Text Example
Text Example
White with #BDB6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6FF; }
p { color: rgb(189,182,255); }
H1.HeaderClassName
{
color: #BDB6FF;
}
.AnyTagClassName
{
color: #BDB6FF;
}
</style>
background-color css
<style>
a { background-color: #BDB6FF; }
a { background-color: rgb(189,182,255); }
div.DivClassName
{
background-color: #BDB6FF;
}
.BgClassName
{
background-color: #BDB6FF;
}
</style>
border-color css
<style>
span { border-color: #BDB6FF; }
span { border-color: rgb(189,182,255); }
td.TdClassName
{
border-color: #BDB6FF;
}
.TagClassName
{
border-color: #BDB6FF;
}
</style>