Shades of Lavender Blue #BEB5FD
Tints of Lavender Blue #BEB5FD
RGB
CMYK
RGB Variations
Color information
#BEB5FD (or 0xBEB5FD) is known color: Lavender Blue. HEX triplet: BE, B5 and FD. RGB value is (190,181,253). Sum of RGB (Red+Green+Blue) = 190+181+253=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 253 (99.22% from 255 or 40.54% from 624); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEB5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5FD is #414A02. Grayscale: #BFBFBF. Windows color (decimal): -4278787 or 16627134. OLE color: 16627134.
HSL color Cylindrical-coordinate representation of color #BEB5FD: hue angle of 247.5º 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 #BEB5FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 190 | 181 | 253 | - |
CMYK | 0.25 | 0.28 | 0 | 0.01 |
HSL | 247.5º | 0.95% | 0.85% | - |
HSV(B) | 247.5º | 0.28% | 0.99% | - |
XYZ | 55.49 | 51.09 | 99.86 | - |
YUV | 191.9 | 162.48 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 181 | 253 | 0.25 | 0.28 | 0 | 0.01 | 247.5 | 0.95 | 0.85 |
Hex | BE | B5 | FD | 19 | 1C | 0 | 1 | F8 | 5F | 55 |
Octal | 276 | 265 | 375 | 31 | 34 | 0 | 1 | 370 | 137 | 125 |
Binary | 10111110 | 10110101 | 11111101 | 11001 | 11100 | 0 | 1 | 11111000 | 1011111 | 1010101 |
Color Harmonies of #BEB5FD
Complementary color
Monochromatic Colors of #BEB5FD
Black with #BEB5FD
Text Example
Text Example
White with #BEB5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEB5FD; }
p { color: rgb(190,181,253); }
H1.HeaderClassName
{
color: #BEB5FD;
}
.AnyTagClassName
{
color: #BEB5FD;
}
</style>
background-color css
<style>
a { background-color: #BEB5FD; }
a { background-color: rgb(190,181,253); }
div.DivClassName
{
background-color: #BEB5FD;
}
.BgClassName
{
background-color: #BEB5FD;
}
</style>
border-color css
<style>
span { border-color: #BEB5FD; }
span { border-color: rgb(190,181,253); }
td.TdClassName
{
border-color: #BEB5FD;
}
.TagClassName
{
border-color: #BEB5FD;
}
</style>