Shades of Lavender Blue #BCBCFF
Tints of Lavender Blue #BCBCFF
RGB
CMYK
RGB Variations
Color information
#BCBCFF (or 0xBCBCFF) is known color: Lavender Blue. HEX triplet: BC, BC and FF. RGB value is (188,188,255). Sum of RGB (Red+Green+Blue) = 188+188+255=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 188 (73.83% from 255 or 29.79% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCFF is #434300. Grayscale: #C3C3C3. Windows color (decimal): -4408065 or 16759996. OLE color: 16759996.
HSL color Cylindrical-coordinate representation of color #BCBCFF: hue angle of 240º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBCFF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 188 | 255 | - |
| CMYK | 0.26 | 0.26 | 0 | 0 |
| HSL | 240º | 1% | 0.87% | - |
| HSV(B) | 240º | 0.26% | 1% | - |
| XYZ | 56.77 | 53.88 | 102.02 | - |
| YUV | 195.64 | 161.5 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 255 | 0.26 | 0.26 | 0 | 0 | 240 | 1 | 0.87 |
| Hex | BC | BC | FF | 1A | 1A | 0 | 0 | F0 | 64 | 57 |
| Octal | 274 | 274 | 377 | 32 | 32 | 0 | 0 | 360 | 144 | 127 |
| Binary | 10111100 | 10111100 | 11111111 | 11010 | 11010 | 0 | 0 | 11110000 | 1100100 | 1010111 |
Color Harmonies of #BCBCFF
Complementary color
Monochromatic Colors of #BCBCFF
Black with #BCBCFF
Text Example
Text Example
White with #BCBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCFF; }
p { color: rgb(188,188,255); }
H1.HeaderClassName
{
color: #BCBCFF;
}
.AnyTagClassName
{
color: #BCBCFF;
}
</style>
background-color css
<style>
a { background-color: #BCBCFF; }
a { background-color: rgb(188,188,255); }
div.DivClassName
{
background-color: #BCBCFF;
}
.BgClassName
{
background-color: #BCBCFF;
}
</style>
border-color css
<style>
span { border-color: #BCBCFF; }
span { border-color: rgb(188,188,255); }
td.TdClassName
{
border-color: #BCBCFF;
}
.TagClassName
{
border-color: #BCBCFF;
}
</style>