Shades of Lavender Blue #BCB8F7
Tints of Lavender Blue #BCB8F7
RGB
CMYK
RGB Variations
Color information
#BCB8F7 (or 0xBCB8F7) is known color: Lavender Blue. HEX triplet: BC, B8 and F7. RGB value is (188,184,247). Sum of RGB (Red+Green+Blue) = 188+184+247=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 184 (72.27% from 255 or 29.73% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCB8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB8F7 is #434708. Grayscale: #C0C0C0. Windows color (decimal): -4409097 or 16234684. OLE color: 16234684.
HSL color Cylindrical-coordinate representation of color #BCB8F7: hue angle of 243.81º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB8F7 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 184 | 247 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.03 |
| HSL | 243.81º | 0.8% | 0.85% | - |
| HSV(B) | 243.81º | 0.26% | 0.97% | - |
| XYZ | 54.67 | 51.69 | 95.09 | - |
| YUV | 192.38 | 158.83 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 184 | 247 | 0.24 | 0.26 | 0 | 0.03 | 243.81 | 0.8 | 0.85 |
| Hex | BC | B8 | F7 | 18 | 1A | 0 | 3 | F4 | 50 | 55 |
| Octal | 274 | 270 | 367 | 30 | 32 | 0 | 3 | 364 | 120 | 125 |
| Binary | 10111100 | 10111000 | 11110111 | 11000 | 11010 | 0 | 11 | 11110100 | 1010000 | 1010101 |
Color Harmonies of #BCB8F7
Complementary color
Monochromatic Colors of #BCB8F7
Black with #BCB8F7
Text Example
Text Example
White with #BCB8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB8F7; }
p { color: rgb(188,184,247); }
H1.HeaderClassName
{
color: #BCB8F7;
}
.AnyTagClassName
{
color: #BCB8F7;
}
</style>
background-color css
<style>
a { background-color: #BCB8F7; }
a { background-color: rgb(188,184,247); }
div.DivClassName
{
background-color: #BCB8F7;
}
.BgClassName
{
background-color: #BCB8F7;
}
</style>
border-color css
<style>
span { border-color: #BCB8F7; }
span { border-color: rgb(188,184,247); }
td.TdClassName
{
border-color: #BCB8F7;
}
.TagClassName
{
border-color: #BCB8F7;
}
</style>