Shades of Lavender Blue #B7BCFF
Tints of Lavender Blue #B7BCFF
RGB
CMYK
RGB Variations
Color information
#B7BCFF (or 0xB7BCFF) is known color: Lavender Blue. HEX triplet: B7, BC and FF. RGB value is (183,188,255). Sum of RGB (Red+Green+Blue) = 183+188+255=626 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.23% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7BCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7BCFF is #484300. Grayscale: #C1C1C1. Windows color (decimal): -4735745 or 16759991. OLE color: 16759991.
HSL color Cylindrical-coordinate representation of color #B7BCFF: hue angle of 235.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7BCFF is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 188 | 255 | - |
| CMYK | 0.28 | 0.26 | 0 | 0 |
| HSL | 235.83º | 1% | 0.86% | - |
| HSV(B) | 235.83º | 0.28% | 1% | - |
| XYZ | 55.56 | 53.25 | 101.96 | - |
| YUV | 194.14 | 162.34 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 188 | 255 | 0.28 | 0.26 | 0 | 0 | 235.83 | 1 | 0.86 |
| Hex | B7 | BC | FF | 1C | 1A | 0 | 0 | EC | 64 | 56 |
| Octal | 267 | 274 | 377 | 34 | 32 | 0 | 0 | 354 | 144 | 126 |
| Binary | 10110111 | 10111100 | 11111111 | 11100 | 11010 | 0 | 0 | 11101100 | 1100100 | 1010110 |
Color Harmonies of #B7BCFF
Complementary color
Monochromatic Colors of #B7BCFF
Black with #B7BCFF
Text Example
Text Example
White with #B7BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BCFF; }
p { color: rgb(183,188,255); }
H1.HeaderClassName
{
color: #B7BCFF;
}
.AnyTagClassName
{
color: #B7BCFF;
}
</style>
background-color css
<style>
a { background-color: #B7BCFF; }
a { background-color: rgb(183,188,255); }
div.DivClassName
{
background-color: #B7BCFF;
}
.BgClassName
{
background-color: #B7BCFF;
}
</style>
border-color css
<style>
span { border-color: #B7BCFF; }
span { border-color: rgb(183,188,255); }
td.TdClassName
{
border-color: #B7BCFF;
}
.TagClassName
{
border-color: #B7BCFF;
}
</style>