Shades of Lavender Blue #B7B5FF
Tints of Lavender Blue #B7B5FF
RGB
CMYK
RGB Variations
Color information
#B7B5FF (or 0xB7B5FF) is known color: Lavender Blue. HEX triplet: B7, B5 and FF. RGB value is (183,181,255). Sum of RGB (Red+Green+Blue) = 183+181+255=619 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.56% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7B5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B5FF is #484A00. Grayscale: #BDBDBD. Windows color (decimal): -4737537 or 16758199. OLE color: 16758199.
HSL color Cylindrical-coordinate representation of color #B7B5FF: hue angle of 241.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7B5FF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 181 | 255 | - |
| CMYK | 0.28 | 0.29 | 0 | 0 |
| HSL | 241.62º | 1% | 0.85% | - |
| HSV(B) | 241.62º | 0.29% | 1% | - |
| XYZ | 54.1 | 50.34 | 101.47 | - |
| YUV | 190.03 | 164.66 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 181 | 255 | 0.28 | 0.29 | 0 | 0 | 241.62 | 1 | 0.85 |
| Hex | B7 | B5 | FF | 1C | 1D | 0 | 0 | F2 | 64 | 55 |
| Octal | 267 | 265 | 377 | 34 | 35 | 0 | 0 | 362 | 144 | 125 |
| Binary | 10110111 | 10110101 | 11111111 | 11100 | 11101 | 0 | 0 | 11110010 | 1100100 | 1010101 |
Color Harmonies of #B7B5FF
Complementary color
Monochromatic Colors of #B7B5FF
Black with #B7B5FF
Text Example
Text Example
White with #B7B5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B5FF; }
p { color: rgb(183,181,255); }
H1.HeaderClassName
{
color: #B7B5FF;
}
.AnyTagClassName
{
color: #B7B5FF;
}
</style>
background-color css
<style>
a { background-color: #B7B5FF; }
a { background-color: rgb(183,181,255); }
div.DivClassName
{
background-color: #B7B5FF;
}
.BgClassName
{
background-color: #B7B5FF;
}
</style>
border-color css
<style>
span { border-color: #B7B5FF; }
span { border-color: rgb(183,181,255); }
td.TdClassName
{
border-color: #B7B5FF;
}
.TagClassName
{
border-color: #B7B5FF;
}
</style>