Shades of Lavender Blue #B8B1FB
Tints of Lavender Blue #B8B1FB
RGB
CMYK
RGB Variations
Color information
#B8B1FB (or 0xB8B1FB) is known color: Lavender Blue. HEX triplet: B8, B1 and FB. RGB value is (184,177,251). Sum of RGB (Red+Green+Blue) = 184+177+251=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 177 (69.53% from 255 or 28.92% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8B1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B1FB is #474E04. Grayscale: #BBBBBB. Windows color (decimal): -4673029 or 16495032. OLE color: 16495032.
HSL color Cylindrical-coordinate representation of color #B8B1FB: hue angle of 245.68º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8B1FB is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 177 | 251 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.02 |
| HSL | 245.68º | 0.9% | 0.84% | - |
| HSV(B) | 245.68º | 0.29% | 0.98% | - |
| XYZ | 52.9 | 48.6 | 97.86 | - |
| YUV | 187.53 | 163.82 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 177 | 251 | 0.27 | 0.29 | 0 | 0.02 | 245.68 | 0.9 | 0.84 |
| Hex | B8 | B1 | FB | 1B | 1D | 0 | 2 | F6 | 5A | 54 |
| Octal | 270 | 261 | 373 | 33 | 35 | 0 | 2 | 366 | 132 | 124 |
| Binary | 10111000 | 10110001 | 11111011 | 11011 | 11101 | 0 | 10 | 11110110 | 1011010 | 1010100 |
Color Harmonies of #B8B1FB
Complementary color
Monochromatic Colors of #B8B1FB
Black with #B8B1FB
Text Example
Text Example
White with #B8B1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B1FB; }
p { color: rgb(184,177,251); }
H1.HeaderClassName
{
color: #B8B1FB;
}
.AnyTagClassName
{
color: #B8B1FB;
}
</style>
background-color css
<style>
a { background-color: #B8B1FB; }
a { background-color: rgb(184,177,251); }
div.DivClassName
{
background-color: #B8B1FB;
}
.BgClassName
{
background-color: #B8B1FB;
}
</style>
border-color css
<style>
span { border-color: #B8B1FB; }
span { border-color: rgb(184,177,251); }
td.TdClassName
{
border-color: #B8B1FB;
}
.TagClassName
{
border-color: #B8B1FB;
}
</style>