Shades of Lavender Blue #BCBDFF
Tints of Lavender Blue #BCBDFF
RGB
CMYK
RGB Variations
Color information
#BCBDFF (or 0xBCBDFF) is known color: Lavender Blue. HEX triplet: BC, BD and FF. RGB value is (188,189,255). Sum of RGB (Red+Green+Blue) = 188+189+255=632 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.75% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFF is #434200. Grayscale: #C3C3C3. Windows color (decimal): -4407809 or 16760252. OLE color: 16760252.
HSL color Cylindrical-coordinate representation of color #BCBDFF: hue angle of 239.1º 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 #BCBDFF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 189 | 255 | - |
| CMYK | 0.26 | 0.26 | 0 | 0 |
| HSL | 239.1º | 1% | 0.87% | - |
| HSV(B) | 239.1º | 0.26% | 1% | - |
| XYZ | 56.99 | 54.31 | 102.09 | - |
| YUV | 196.23 | 161.17 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 255 | 0.26 | 0.26 | 0 | 0 | 239.1 | 1 | 0.87 |
| Hex | BC | BD | FF | 1A | 1A | 0 | 0 | EF | 64 | 57 |
| Octal | 274 | 275 | 377 | 32 | 32 | 0 | 0 | 357 | 144 | 127 |
| Binary | 10111100 | 10111101 | 11111111 | 11010 | 11010 | 0 | 0 | 11101111 | 1100100 | 1010111 |
Color Harmonies of #BCBDFF
Complementary color
Monochromatic Colors of #BCBDFF
Black with #BCBDFF
Text Example
Text Example
White with #BCBDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDFF; }
p { color: rgb(188,189,255); }
H1.HeaderClassName
{
color: #BCBDFF;
}
.AnyTagClassName
{
color: #BCBDFF;
}
</style>
background-color css
<style>
a { background-color: #BCBDFF; }
a { background-color: rgb(188,189,255); }
div.DivClassName
{
background-color: #BCBDFF;
}
.BgClassName
{
background-color: #BCBDFF;
}
</style>
border-color css
<style>
span { border-color: #BCBDFF; }
span { border-color: rgb(188,189,255); }
td.TdClassName
{
border-color: #BCBDFF;
}
.TagClassName
{
border-color: #BCBDFF;
}
</style>