Shades of Lavender Blue #B7BFFF
Tints of Lavender Blue #B7BFFF
RGB
CMYK
RGB Variations
Color information
#B7BFFF (or 0xB7BFFF) is known color: Lavender Blue. HEX triplet: B7, BF and FF. RGB value is (183,191,255). Sum of RGB (Red+Green+Blue) = 183+191+255=629 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.09% from 629); Green value is 191 (75% from 255 or 30.37% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BFFF is #484000. Grayscale: #C3C3C3. Windows color (decimal): -4734977 or 16760759. OLE color: 16760759.
HSL color Cylindrical-coordinate representation of color #B7BFFF: hue angle of 233.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 #B7BFFF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 191 | 255 | - |
| CMYK | 0.28 | 0.25 | 0 | 0 |
| HSL | 233.33º | 1% | 0.86% | - |
| HSV(B) | 233.33º | 0.28% | 1% | - |
| XYZ | 56.21 | 54.55 | 102.17 | - |
| YUV | 195.9 | 161.35 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 191 | 255 | 0.28 | 0.25 | 0 | 0 | 233.33 | 1 | 0.86 |
| Hex | B7 | BF | FF | 1C | 19 | 0 | 0 | E9 | 64 | 56 |
| Octal | 267 | 277 | 377 | 34 | 31 | 0 | 0 | 351 | 144 | 126 |
| Binary | 10110111 | 10111111 | 11111111 | 11100 | 11001 | 0 | 0 | 11101001 | 1100100 | 1010110 |
Color Harmonies of #B7BFFF
Complementary color
Monochromatic Colors of #B7BFFF
Black with #B7BFFF
Text Example
Text Example
White with #B7BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BFFF; }
p { color: rgb(183,191,255); }
H1.HeaderClassName
{
color: #B7BFFF;
}
.AnyTagClassName
{
color: #B7BFFF;
}
</style>
background-color css
<style>
a { background-color: #B7BFFF; }
a { background-color: rgb(183,191,255); }
div.DivClassName
{
background-color: #B7BFFF;
}
.BgClassName
{
background-color: #B7BFFF;
}
</style>
border-color css
<style>
span { border-color: #B7BFFF; }
span { border-color: rgb(183,191,255); }
td.TdClassName
{
border-color: #B7BFFF;
}
.TagClassName
{
border-color: #B7BFFF;
}
</style>