Shades of Lavender Blue #B7B7FE
Tints of Lavender Blue #B7B7FE
RGB
CMYK
RGB Variations
Color information
#B7B7FE (or 0xB7B7FE) is known color: Lavender Blue. HEX triplet: B7, B7 and FE. RGB value is (183,183,254). Sum of RGB (Red+Green+Blue) = 183+183+254=620 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.52% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7B7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7B7FE is #484801. Grayscale: #BEBEBE. Windows color (decimal): -4737026 or 16693175. OLE color: 16693175.
HSL color Cylindrical-coordinate representation of color #B7B7FE: hue angle of 240º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7B7FE is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 183 | 183 | 254 | - |
CMYK | 0.28 | 0.28 | 0 | 0.00 |
HSL | 240º | 0.97% | 0.86% | - |
HSV(B) | 240º | 0.28% | 1% | - |
XYZ | 54.35 | 51.09 | 100.76 | - |
YUV | 191.09 | 163.5 | 122.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 183 | 254 | 0.28 | 0.28 | 0 | 0.00 | 240 | 0.97 | 0.86 |
Hex | B7 | B7 | FE | 1C | 1C | 0 | 0 | F0 | 61 | 56 |
Octal | 267 | 267 | 376 | 34 | 34 | 0 | 0 | 360 | 141 | 126 |
Binary | 10110111 | 10110111 | 11111110 | 11100 | 11100 | 0 | 0 | 11110000 | 1100001 | 1010110 |
Color Harmonies of #B7B7FE
Complementary color
Monochromatic Colors of #B7B7FE
Black with #B7B7FE
Text Example
Text Example
White with #B7B7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B7FE; }
p { color: rgb(183,183,254); }
H1.HeaderClassName
{
color: #B7B7FE;
}
.AnyTagClassName
{
color: #B7B7FE;
}
</style>
background-color css
<style>
a { background-color: #B7B7FE; }
a { background-color: rgb(183,183,254); }
div.DivClassName
{
background-color: #B7B7FE;
}
.BgClassName
{
background-color: #B7B7FE;
}
</style>
border-color css
<style>
span { border-color: #B7B7FE; }
span { border-color: rgb(183,183,254); }
td.TdClassName
{
border-color: #B7B7FE;
}
.TagClassName
{
border-color: #B7B7FE;
}
</style>