Shades of Lavender Blue #B7B9FF
Tints of Lavender Blue #B7B9FF
RGB
CMYK
RGB Variations
Color information
#B7B9FF (or 0xB7B9FF) is known color: Lavender Blue. HEX triplet: B7, B9 and FF. RGB value is (183,185,255). Sum of RGB (Red+Green+Blue) = 183+185+255=623 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.37% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7B9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B9FF is #484600. Grayscale: #C0C0C0. Windows color (decimal): -4736513 or 16759223. OLE color: 16759223.
HSL color Cylindrical-coordinate representation of color #B7B9FF: hue angle of 238.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B9FF is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 185 | 255 | - |
| CMYK | 0.28 | 0.27 | 0 | 0 |
| HSL | 238.33º | 1% | 0.86% | - |
| HSV(B) | 238.33º | 0.28% | 1% | - |
| XYZ | 54.93 | 51.99 | 101.75 | - |
| YUV | 192.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 255 | 0.28 | 0.27 | 0 | 0 | 238.33 | 1 | 0.86 |
| Hex | B7 | B9 | FF | 1C | 1B | 0 | 0 | EE | 64 | 56 |
| Octal | 267 | 271 | 377 | 34 | 33 | 0 | 0 | 356 | 144 | 126 |
| Binary | 10110111 | 10111001 | 11111111 | 11100 | 11011 | 0 | 0 | 11101110 | 1100100 | 1010110 |
Color Harmonies of #B7B9FF
Complementary color
Monochromatic Colors of #B7B9FF
Black with #B7B9FF
Text Example
Text Example
White with #B7B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B9FF; }
p { color: rgb(183,185,255); }
H1.HeaderClassName
{
color: #B7B9FF;
}
.AnyTagClassName
{
color: #B7B9FF;
}
</style>
background-color css
<style>
a { background-color: #B7B9FF; }
a { background-color: rgb(183,185,255); }
div.DivClassName
{
background-color: #B7B9FF;
}
.BgClassName
{
background-color: #B7B9FF;
}
</style>
border-color css
<style>
span { border-color: #B7B9FF; }
span { border-color: rgb(183,185,255); }
td.TdClassName
{
border-color: #B7B9FF;
}
.TagClassName
{
border-color: #B7B9FF;
}
</style>