Shades of Lavender Blue #B8C1FC
Tints of Lavender Blue #B8C1FC
RGB
CMYK
RGB Variations
Color information
#B8C1FC (or 0xB8C1FC) is known color: Lavender Blue. HEX triplet: B8, C1 and FC. RGB value is (184,193,252). Sum of RGB (Red+Green+Blue) = 184+193+252=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 193 (75.78% from 255 or 30.68% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8C1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8C1FC is #473E03. Grayscale: #C4C4C4. Windows color (decimal): -4668932 or 16564664. OLE color: 16564664.
HSL color Cylindrical-coordinate representation of color #B8C1FC: hue angle of 232.06º 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 #B8C1FC is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 193 | 252 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.01 |
| HSL | 232.06º | 0.92% | 0.85% | - |
| HSV(B) | 232.06º | 0.27% | 0.99% | - |
| XYZ | 56.41 | 55.36 | 99.81 | - |
| YUV | 197.04 | 159.02 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 252 | 0.27 | 0.23 | 0 | 0.01 | 232.06 | 0.92 | 0.85 |
| Hex | B8 | C1 | FC | 1B | 17 | 0 | 1 | E8 | 5C | 55 |
| Octal | 270 | 301 | 374 | 33 | 27 | 0 | 1 | 350 | 134 | 125 |
| Binary | 10111000 | 11000001 | 11111100 | 11011 | 10111 | 0 | 1 | 11101000 | 1011100 | 1010101 |
Color Harmonies of #B8C1FC
Complementary color
Monochromatic Colors of #B8C1FC
Black with #B8C1FC
Text Example
Text Example
White with #B8C1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C1FC; }
p { color: rgb(184,193,252); }
H1.HeaderClassName
{
color: #B8C1FC;
}
.AnyTagClassName
{
color: #B8C1FC;
}
</style>
background-color css
<style>
a { background-color: #B8C1FC; }
a { background-color: rgb(184,193,252); }
div.DivClassName
{
background-color: #B8C1FC;
}
.BgClassName
{
background-color: #B8C1FC;
}
</style>
border-color css
<style>
span { border-color: #B8C1FC; }
span { border-color: rgb(184,193,252); }
td.TdClassName
{
border-color: #B8C1FC;
}
.TagClassName
{
border-color: #B8C1FC;
}
</style>