Shades of Lavender Blue #B8BEFE
Tints of Lavender Blue #B8BEFE
RGB
CMYK
RGB Variations
Color information
#B8BEFE (or 0xB8BEFE) is known color: Lavender Blue. HEX triplet: B8, BE and FE. RGB value is (184,190,254). Sum of RGB (Red+Green+Blue) = 184+190+254=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BEFE is #474101. Grayscale: #C3C3C3. Windows color (decimal): -4669698 or 16694968. OLE color: 16694968.
HSL color Cylindrical-coordinate representation of color #B8BEFE: hue angle of 234.86º 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 #B8BEFE is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 190 | 254 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.00 |
| HSL | 234.86º | 0.97% | 0.86% | - |
| HSV(B) | 234.86º | 0.28% | 1% | - |
| XYZ | 56.07 | 54.17 | 101.27 | - |
| YUV | 195.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 254 | 0.28 | 0.25 | 0 | 0.00 | 234.86 | 0.97 | 0.86 |
| Hex | B8 | BE | FE | 1C | 19 | 0 | 0 | EB | 61 | 56 |
| Octal | 270 | 276 | 376 | 34 | 31 | 0 | 0 | 353 | 141 | 126 |
| Binary | 10111000 | 10111110 | 11111110 | 11100 | 11001 | 0 | 0 | 11101011 | 1100001 | 1010110 |
Color Harmonies of #B8BEFE
Complementary color
Monochromatic Colors of #B8BEFE
Black with #B8BEFE
Text Example
Text Example
White with #B8BEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BEFE; }
p { color: rgb(184,190,254); }
H1.HeaderClassName
{
color: #B8BEFE;
}
.AnyTagClassName
{
color: #B8BEFE;
}
</style>
background-color css
<style>
a { background-color: #B8BEFE; }
a { background-color: rgb(184,190,254); }
div.DivClassName
{
background-color: #B8BEFE;
}
.BgClassName
{
background-color: #B8BEFE;
}
</style>
border-color css
<style>
span { border-color: #B8BEFE; }
span { border-color: rgb(184,190,254); }
td.TdClassName
{
border-color: #B8BEFE;
}
.TagClassName
{
border-color: #B8BEFE;
}
</style>