Shades of Lavender Blue #B8BAFC
Tints of Lavender Blue #B8BAFC
RGB
CMYK
RGB Variations
Color information
#B8BAFC (or 0xB8BAFC) is known color: Lavender Blue. HEX triplet: B8, BA and FC. RGB value is (184,186,252). Sum of RGB (Red+Green+Blue) = 184+186+252=622 (82% of max value = 765). Red value is 184 (72.27% from 255 or 29.58% from 622); Green value is 186 (73.05% from 255 or 29.90% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8BAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BAFC is #474503. Grayscale: #C0C0C0. Windows color (decimal): -4670724 or 16562872. OLE color: 16562872.
HSL color Cylindrical-coordinate representation of color #B8BAFC: hue angle of 238.24º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8BAFC is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 186 | 252 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.01 |
| HSL | 238.24º | 0.92% | 0.85% | - |
| HSV(B) | 238.24º | 0.27% | 0.99% | - |
| XYZ | 54.9 | 52.34 | 99.3 | - |
| YUV | 192.93 | 161.34 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 186 | 252 | 0.27 | 0.26 | 0 | 0.01 | 238.24 | 0.92 | 0.85 |
| Hex | B8 | BA | FC | 1B | 1A | 0 | 1 | EE | 5C | 55 |
| Octal | 270 | 272 | 374 | 33 | 32 | 0 | 1 | 356 | 134 | 125 |
| Binary | 10111000 | 10111010 | 11111100 | 11011 | 11010 | 0 | 1 | 11101110 | 1011100 | 1010101 |
Color Harmonies of #B8BAFC
Complementary color
Monochromatic Colors of #B8BAFC
Black with #B8BAFC
Text Example
Text Example
White with #B8BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BAFC; }
p { color: rgb(184,186,252); }
H1.HeaderClassName
{
color: #B8BAFC;
}
.AnyTagClassName
{
color: #B8BAFC;
}
</style>
background-color css
<style>
a { background-color: #B8BAFC; }
a { background-color: rgb(184,186,252); }
div.DivClassName
{
background-color: #B8BAFC;
}
.BgClassName
{
background-color: #B8BAFC;
}
</style>
border-color css
<style>
span { border-color: #B8BAFC; }
span { border-color: rgb(184,186,252); }
td.TdClassName
{
border-color: #B8BAFC;
}
.TagClassName
{
border-color: #B8BAFC;
}
</style>