Shades of Lavender Blue #B8BAFB
Tints of Lavender Blue #B8BAFB
RGB
CMYK
RGB Variations
Color information
#B8BAFB (or 0xB8BAFB) is known color: Lavender Blue. HEX triplet: B8, BA and FB. RGB value is (184,186,251). Sum of RGB (Red+Green+Blue) = 184+186+251=621 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.63% from 621); Green value is 186 (73.05% from 255 or 29.95% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8BAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFB is #474504. Grayscale: #C0C0C0. Windows color (decimal): -4670725 or 16497336. OLE color: 16497336.
HSL color Cylindrical-coordinate representation of color #B8BAFB: hue angle of 238.21º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BAFB is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 186 | 251 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.02 |
| HSL | 238.21º | 0.89% | 0.85% | - |
| HSV(B) | 238.21º | 0.27% | 0.98% | - |
| XYZ | 54.74 | 52.27 | 98.47 | - |
| YUV | 192.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 251 | 0.27 | 0.26 | 0 | 0.02 | 238.21 | 0.89 | 0.85 |
| Hex | B8 | BA | FB | 1B | 1A | 0 | 2 | EE | 59 | 55 |
| Octal | 270 | 272 | 373 | 33 | 32 | 0 | 2 | 356 | 131 | 125 |
| Binary | 10111000 | 10111010 | 11111011 | 11011 | 11010 | 0 | 10 | 11101110 | 1011001 | 1010101 |
Color Harmonies of #B8BAFB
Complementary color
Monochromatic Colors of #B8BAFB
Black with #B8BAFB
Text Example
Text Example
White with #B8BAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAFB; }
p { color: rgb(184,186,251); }
H1.HeaderClassName
{
color: #B8BAFB;
}
.AnyTagClassName
{
color: #B8BAFB;
}
</style>
background-color css
<style>
a { background-color: #B8BAFB; }
a { background-color: rgb(184,186,251); }
div.DivClassName
{
background-color: #B8BAFB;
}
.BgClassName
{
background-color: #B8BAFB;
}
</style>
border-color css
<style>
span { border-color: #B8BAFB; }
span { border-color: rgb(184,186,251); }
td.TdClassName
{
border-color: #B8BAFB;
}
.TagClassName
{
border-color: #B8BAFB;
}
</style>