Shades of Lavender Blue #B7BEFE
Tints of Lavender Blue #B7BEFE
RGB
CMYK
RGB Variations
Color information
#B7BEFE (or 0xB7BEFE) is known color: Lavender Blue. HEX triplet: B7, BE and FE. RGB value is (183,190,254). Sum of RGB (Red+Green+Blue) = 183+190+254=627 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.19% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BEFE is #484101. Grayscale: #C2C2C2. Windows color (decimal): -4735234 or 16694967. OLE color: 16694967.
HSL color Cylindrical-coordinate representation of color #B7BEFE: hue angle of 234.08º 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 #B7BEFE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 190 | 254 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.00 |
| HSL | 234.08º | 0.97% | 0.86% | - |
| HSV(B) | 234.08º | 0.28% | 1% | - |
| XYZ | 55.83 | 54.05 | 101.26 | - |
| YUV | 195.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 190 | 254 | 0.28 | 0.25 | 0 | 0.00 | 234.08 | 0.97 | 0.86 |
| Hex | B7 | BE | FE | 1C | 19 | 0 | 0 | EA | 61 | 56 |
| Octal | 267 | 276 | 376 | 34 | 31 | 0 | 0 | 352 | 141 | 126 |
| Binary | 10110111 | 10111110 | 11111110 | 11100 | 11001 | 0 | 0 | 11101010 | 1100001 | 1010110 |
Color Harmonies of #B7BEFE
Complementary color
Monochromatic Colors of #B7BEFE
Black with #B7BEFE
Text Example
Text Example
White with #B7BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BEFE; }
p { color: rgb(183,190,254); }
H1.HeaderClassName
{
color: #B7BEFE;
}
.AnyTagClassName
{
color: #B7BEFE;
}
</style>
background-color css
<style>
a { background-color: #B7BEFE; }
a { background-color: rgb(183,190,254); }
div.DivClassName
{
background-color: #B7BEFE;
}
.BgClassName
{
background-color: #B7BEFE;
}
</style>
border-color css
<style>
span { border-color: #B7BEFE; }
span { border-color: rgb(183,190,254); }
td.TdClassName
{
border-color: #B7BEFE;
}
.TagClassName
{
border-color: #B7BEFE;
}
</style>