Shades of Lavender Blue #B8BAFD
Tints of Lavender Blue #B8BAFD
RGB
CMYK
RGB Variations
Color information
#B8BAFD (or 0xB8BAFD) is known color: Lavender Blue. HEX triplet: B8, BA and FD. RGB value is (184,186,253). Sum of RGB (Red+Green+Blue) = 184+186+253=623 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.53% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8BAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFD is #474502. Grayscale: #C0C0C0. Windows color (decimal): -4670723 or 16628408. OLE color: 16628408.
HSL color Cylindrical-coordinate representation of color #B8BAFD: hue angle of 238.26º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BAFD is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 186 | 253 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.01 |
| HSL | 238.26º | 0.95% | 0.86% | - |
| HSV(B) | 238.26º | 0.27% | 0.99% | - |
| XYZ | 55.06 | 52.4 | 100.14 | - |
| YUV | 193.04 | 161.84 | 121.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 253 | 0.27 | 0.26 | 0 | 0.01 | 238.26 | 0.95 | 0.86 |
| Hex | B8 | BA | FD | 1B | 1A | 0 | 1 | EE | 5F | 56 |
| Octal | 270 | 272 | 375 | 33 | 32 | 0 | 1 | 356 | 137 | 126 |
| Binary | 10111000 | 10111010 | 11111101 | 11011 | 11010 | 0 | 1 | 11101110 | 1011111 | 1010110 |
Color Harmonies of #B8BAFD
Complementary color
Monochromatic Colors of #B8BAFD
Black with #B8BAFD
Text Example
Text Example
White with #B8BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAFD; }
p { color: rgb(184,186,253); }
H1.HeaderClassName
{
color: #B8BAFD;
}
.AnyTagClassName
{
color: #B8BAFD;
}
</style>
background-color css
<style>
a { background-color: #B8BAFD; }
a { background-color: rgb(184,186,253); }
div.DivClassName
{
background-color: #B8BAFD;
}
.BgClassName
{
background-color: #B8BAFD;
}
</style>
border-color css
<style>
span { border-color: #B8BAFD; }
span { border-color: rgb(184,186,253); }
td.TdClassName
{
border-color: #B8BAFD;
}
.TagClassName
{
border-color: #B8BAFD;
}
</style>