Shades of Lavender Blue #B8C7FE
Tints of Lavender Blue #B8C7FE
RGB
CMYK
RGB Variations
Color information
#B8C7FE (or 0xB8C7FE) is known color: Lavender Blue. HEX triplet: B8, C7 and FE. RGB value is (184,199,254). Sum of RGB (Red+Green+Blue) = 184+199+254=637 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.89% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8C7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C7FE is #473801. Grayscale: #C8C8C8. Windows color (decimal): -4667394 or 16697272. OLE color: 16697272.
HSL color Cylindrical-coordinate representation of color #B8C7FE: hue angle of 227.14º 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 #B8C7FE is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 199 | 254 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.00 |
| HSL | 227.14º | 0.97% | 0.86% | - |
| HSV(B) | 227.14º | 0.28% | 1% | - |
| XYZ | 58.08 | 58.19 | 101.94 | - |
| YUV | 200.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 199 | 254 | 0.28 | 0.22 | 0 | 0.00 | 227.14 | 0.97 | 0.86 |
| Hex | B8 | C7 | FE | 1C | 16 | 0 | 0 | E3 | 61 | 56 |
| Octal | 270 | 307 | 376 | 34 | 26 | 0 | 0 | 343 | 141 | 126 |
| Binary | 10111000 | 11000111 | 11111110 | 11100 | 10110 | 0 | 0 | 11100011 | 1100001 | 1010110 |
Color Harmonies of #B8C7FE
Complementary color
Monochromatic Colors of #B8C7FE
Black with #B8C7FE
Text Example
Text Example
White with #B8C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C7FE; }
p { color: rgb(184,199,254); }
H1.HeaderClassName
{
color: #B8C7FE;
}
.AnyTagClassName
{
color: #B8C7FE;
}
</style>
background-color css
<style>
a { background-color: #B8C7FE; }
a { background-color: rgb(184,199,254); }
div.DivClassName
{
background-color: #B8C7FE;
}
.BgClassName
{
background-color: #B8C7FE;
}
</style>
border-color css
<style>
span { border-color: #B8C7FE; }
span { border-color: rgb(184,199,254); }
td.TdClassName
{
border-color: #B8C7FE;
}
.TagClassName
{
border-color: #B8C7FE;
}
</style>