Shades of Lavender Blue #B7BEFF
Tints of Lavender Blue #B7BEFF
RGB
CMYK
RGB Variations
Color information
#B7BEFF (or 0xB7BEFF) is known color: Lavender Blue. HEX triplet: B7, BE and FF. RGB value is (183,190,255). Sum of RGB (Red+Green+Blue) = 183+190+255=628 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.14% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEFF is #484100. Grayscale: #C3C3C3. Windows color (decimal): -4735233 or 16760503. OLE color: 16760503.
HSL color Cylindrical-coordinate representation of color #B7BEFF: hue angle of 234.17º 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 #B7BEFF is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 190 | 255 | - |
| CMYK | 0.28 | 0.25 | 0 | 0 |
| HSL | 234.17º | 1% | 0.86% | - |
| HSV(B) | 234.17º | 0.28% | 1% | - |
| XYZ | 55.99 | 54.11 | 102.1 | - |
| YUV | 195.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 255 | 0.28 | 0.25 | 0 | 0 | 234.17 | 1 | 0.86 |
| Hex | B7 | BE | FF | 1C | 19 | 0 | 0 | EA | 64 | 56 |
| Octal | 267 | 276 | 377 | 34 | 31 | 0 | 0 | 352 | 144 | 126 |
| Binary | 10110111 | 10111110 | 11111111 | 11100 | 11001 | 0 | 0 | 11101010 | 1100100 | 1010110 |
Color Harmonies of #B7BEFF
Complementary color
Monochromatic Colors of #B7BEFF
Black with #B7BEFF
Text Example
Text Example
White with #B7BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEFF; }
p { color: rgb(183,190,255); }
H1.HeaderClassName
{
color: #B7BEFF;
}
.AnyTagClassName
{
color: #B7BEFF;
}
</style>
background-color css
<style>
a { background-color: #B7BEFF; }
a { background-color: rgb(183,190,255); }
div.DivClassName
{
background-color: #B7BEFF;
}
.BgClassName
{
background-color: #B7BEFF;
}
</style>
border-color css
<style>
span { border-color: #B7BEFF; }
span { border-color: rgb(183,190,255); }
td.TdClassName
{
border-color: #B7BEFF;
}
.TagClassName
{
border-color: #B7BEFF;
}
</style>