Shades of Lavender Blue #BCB3FF
Tints of Lavender Blue #BCB3FF
RGB
CMYK
RGB Variations
Color information
#BCB3FF (or 0xBCB3FF) is known color: Lavender Blue. HEX triplet: BC, B3 and FF. RGB value is (188,179,255). Sum of RGB (Red+Green+Blue) = 188+179+255=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCB3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3FF is #434C00. Grayscale: #BEBEBE. Windows color (decimal): -4410369 or 16757692. OLE color: 16757692.
HSL color Cylindrical-coordinate representation of color #BCB3FF: hue angle of 247.11º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB3FF is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 179 | 255 | - |
| CMYK | 0.26 | 0.30 | 0 | 0 |
| HSL | 247.11º | 1% | 0.85% | - |
| HSV(B) | 247.11º | 0.3% | 1% | - |
| XYZ | 54.91 | 50.15 | 101.39 | - |
| YUV | 190.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 179 | 255 | 0.26 | 0.30 | 0 | 0 | 247.11 | 1 | 0.85 |
| Hex | BC | B3 | FF | 1A | 1E | 0 | 0 | F7 | 64 | 55 |
| Octal | 274 | 263 | 377 | 32 | 36 | 0 | 0 | 367 | 144 | 125 |
| Binary | 10111100 | 10110011 | 11111111 | 11010 | 11110 | 0 | 0 | 11110111 | 1100100 | 1010101 |
Color Harmonies of #BCB3FF
Complementary color
Monochromatic Colors of #BCB3FF
Black with #BCB3FF
Text Example
Text Example
White with #BCB3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB3FF; }
p { color: rgb(188,179,255); }
H1.HeaderClassName
{
color: #BCB3FF;
}
.AnyTagClassName
{
color: #BCB3FF;
}
</style>
background-color css
<style>
a { background-color: #BCB3FF; }
a { background-color: rgb(188,179,255); }
div.DivClassName
{
background-color: #BCB3FF;
}
.BgClassName
{
background-color: #BCB3FF;
}
</style>
border-color css
<style>
span { border-color: #BCB3FF; }
span { border-color: rgb(188,179,255); }
td.TdClassName
{
border-color: #BCB3FF;
}
.TagClassName
{
border-color: #BCB3FF;
}
</style>