Shades of Lavender Blue #B8BCFE
Tints of Lavender Blue #B8BCFE
RGB
CMYK
RGB Variations
Color information
#B8BCFE (or 0xB8BCFE) is known color: Lavender Blue. HEX triplet: B8, BC and FE. RGB value is (184,188,254). Sum of RGB (Red+Green+Blue) = 184+188+254=626 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.39% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8BCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BCFE is #474301. Grayscale: #C2C2C2. Windows color (decimal): -4670210 or 16694456. OLE color: 16694456.
HSL color Cylindrical-coordinate representation of color #B8BCFE: hue angle of 236.57º 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 #B8BCFE is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 188 | 254 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.00 |
| HSL | 236.57º | 0.97% | 0.86% | - |
| HSV(B) | 236.57º | 0.28% | 1% | - |
| XYZ | 55.64 | 53.31 | 101.12 | - |
| YUV | 194.33 | 161.67 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 254 | 0.28 | 0.26 | 0 | 0.00 | 236.57 | 0.97 | 0.86 |
| Hex | B8 | BC | FE | 1C | 1A | 0 | 0 | ED | 61 | 56 |
| Octal | 270 | 274 | 376 | 34 | 32 | 0 | 0 | 355 | 141 | 126 |
| Binary | 10111000 | 10111100 | 11111110 | 11100 | 11010 | 0 | 0 | 11101101 | 1100001 | 1010110 |
Color Harmonies of #B8BCFE
Complementary color
Monochromatic Colors of #B8BCFE
Black with #B8BCFE
Text Example
Text Example
White with #B8BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCFE; }
p { color: rgb(184,188,254); }
H1.HeaderClassName
{
color: #B8BCFE;
}
.AnyTagClassName
{
color: #B8BCFE;
}
</style>
background-color css
<style>
a { background-color: #B8BCFE; }
a { background-color: rgb(184,188,254); }
div.DivClassName
{
background-color: #B8BCFE;
}
.BgClassName
{
background-color: #B8BCFE;
}
</style>
border-color css
<style>
span { border-color: #B8BCFE; }
span { border-color: rgb(184,188,254); }
td.TdClassName
{
border-color: #B8BCFE;
}
.TagClassName
{
border-color: #B8BCFE;
}
</style>