Shades of Lavender Blue #BDB5FD
Tints of Lavender Blue #BDB5FD
RGB
CMYK
RGB Variations
Color information
#BDB5FD (or 0xBDB5FD) is known color: Lavender Blue. HEX triplet: BD, B5 and FD. RGB value is (189,181,253). Sum of RGB (Red+Green+Blue) = 189+181+253=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 181 (71.09% from 255 or 29.05% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FD is #424A02. Grayscale: #BFBFBF. Windows color (decimal): -4344323 or 16627133. OLE color: 16627133.
HSL color Cylindrical-coordinate representation of color #BDB5FD: hue angle of 246.67º degrees, saturation: 0.95, 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 #BDB5FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 189 | 181 | 253 | - |
CMYK | 0.25 | 0.28 | 0 | 0.01 |
HSL | 246.67º | 0.95% | 0.85% | - |
HSV(B) | 246.67º | 0.28% | 0.99% | - |
XYZ | 55.24 | 50.96 | 99.85 | - |
YUV | 191.6 | 162.65 | 126.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 181 | 253 | 0.25 | 0.28 | 0 | 0.01 | 246.67 | 0.95 | 0.85 |
Hex | BD | B5 | FD | 19 | 1C | 0 | 1 | F7 | 5F | 55 |
Octal | 275 | 265 | 375 | 31 | 34 | 0 | 1 | 367 | 137 | 125 |
Binary | 10111101 | 10110101 | 11111101 | 11001 | 11100 | 0 | 1 | 11110111 | 1011111 | 1010101 |
Color Harmonies of #BDB5FD
Complementary color
Monochromatic Colors of #BDB5FD
Black with #BDB5FD
Text Example
Text Example
White with #BDB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB5FD; }
p { color: rgb(189,181,253); }
H1.HeaderClassName
{
color: #BDB5FD;
}
.AnyTagClassName
{
color: #BDB5FD;
}
</style>
background-color css
<style>
a { background-color: #BDB5FD; }
a { background-color: rgb(189,181,253); }
div.DivClassName
{
background-color: #BDB5FD;
}
.BgClassName
{
background-color: #BDB5FD;
}
</style>
border-color css
<style>
span { border-color: #BDB5FD; }
span { border-color: rgb(189,181,253); }
td.TdClassName
{
border-color: #BDB5FD;
}
.TagClassName
{
border-color: #BDB5FD;
}
</style>