Shades of Lavender Blue #BDB6FE
Tints of Lavender Blue #BDB6FE
RGB
CMYK
RGB Variations
Color information
#BDB6FE (or 0xBDB6FE) is known color: Lavender Blue. HEX triplet: BD, B6 and FE. RGB value is (189,182,254). Sum of RGB (Red+Green+Blue) = 189+182+254=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 182 (71.48% from 255 or 29.12% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FE is #424901. Grayscale: #C0C0C0. Windows color (decimal): -4344066 or 16692925. OLE color: 16692925.
HSL color Cylindrical-coordinate representation of color #BDB6FE: hue angle of 245.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB6FE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 189 | 182 | 254 | - |
CMYK | 0.26 | 0.28 | 0 | 0.00 |
HSL | 245.83º | 0.97% | 0.85% | - |
HSV(B) | 245.83º | 0.28% | 1% | - |
XYZ | 55.6 | 51.43 | 100.76 | - |
YUV | 192.3 | 162.82 | 125.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 182 | 254 | 0.26 | 0.28 | 0 | 0.00 | 245.83 | 0.97 | 0.85 |
Hex | BD | B6 | FE | 1A | 1C | 0 | 0 | F6 | 61 | 55 |
Octal | 275 | 266 | 376 | 32 | 34 | 0 | 0 | 366 | 141 | 125 |
Binary | 10111101 | 10110110 | 11111110 | 11010 | 11100 | 0 | 0 | 11110110 | 1100001 | 1010101 |
Color Harmonies of #BDB6FE
Complementary color
Monochromatic Colors of #BDB6FE
Black with #BDB6FE
Text Example
Text Example
White with #BDB6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB6FE; }
p { color: rgb(189,182,254); }
H1.HeaderClassName
{
color: #BDB6FE;
}
.AnyTagClassName
{
color: #BDB6FE;
}
</style>
background-color css
<style>
a { background-color: #BDB6FE; }
a { background-color: rgb(189,182,254); }
div.DivClassName
{
background-color: #BDB6FE;
}
.BgClassName
{
background-color: #BDB6FE;
}
</style>
border-color css
<style>
span { border-color: #BDB6FE; }
span { border-color: rgb(189,182,254); }
td.TdClassName
{
border-color: #BDB6FE;
}
.TagClassName
{
border-color: #BDB6FE;
}
</style>