Shades of Lavender Blue #B7B4FF
Tints of Lavender Blue #B7B4FF
RGB
CMYK
RGB Variations
Color information
#B7B4FF (or 0xB7B4FF) is known color: Lavender Blue. HEX triplet: B7, B4 and FF. RGB value is (183,180,255). Sum of RGB (Red+Green+Blue) = 183+180+255=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 180 (70.70% from 255 or 29.13% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7B4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B4FF is #484B00. Grayscale: #BDBDBD. Windows color (decimal): -4737793 or 16757943. OLE color: 16757943.
HSL color Cylindrical-coordinate representation of color #B7B4FF: hue angle of 242.4º 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 #B7B4FF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 180 | 255 | - |
| CMYK | 0.28 | 0.29 | 0 | 0 |
| HSL | 242.4º | 1% | 0.85% | - |
| HSV(B) | 242.4º | 0.29% | 1% | - |
| XYZ | 53.9 | 49.93 | 101.4 | - |
| YUV | 189.45 | 164.99 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 180 | 255 | 0.28 | 0.29 | 0 | 0 | 242.4 | 1 | 0.85 |
| Hex | B7 | B4 | FF | 1C | 1D | 0 | 0 | F2 | 64 | 55 |
| Octal | 267 | 264 | 377 | 34 | 35 | 0 | 0 | 362 | 144 | 125 |
| Binary | 10110111 | 10110100 | 11111111 | 11100 | 11101 | 0 | 0 | 11110010 | 1100100 | 1010101 |
Color Harmonies of #B7B4FF
Complementary color
Monochromatic Colors of #B7B4FF
Black with #B7B4FF
Text Example
Text Example
White with #B7B4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B4FF; }
p { color: rgb(183,180,255); }
H1.HeaderClassName
{
color: #B7B4FF;
}
.AnyTagClassName
{
color: #B7B4FF;
}
</style>
background-color css
<style>
a { background-color: #B7B4FF; }
a { background-color: rgb(183,180,255); }
div.DivClassName
{
background-color: #B7B4FF;
}
.BgClassName
{
background-color: #B7B4FF;
}
</style>
border-color css
<style>
span { border-color: #B7B4FF; }
span { border-color: rgb(183,180,255); }
td.TdClassName
{
border-color: #B7B4FF;
}
.TagClassName
{
border-color: #B7B4FF;
}
</style>