Shades of Lavender Blue #BCBEFD
Tints of Lavender Blue #BCBEFD
RGB
CMYK
RGB Variations
Color information
#BCBEFD (or 0xBCBEFD) is known color: Lavender Blue. HEX triplet: BC, BE and FD. RGB value is (188,190,253). Sum of RGB (Red+Green+Blue) = 188+190+253=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 253 (99.22% from 255 or 40.10% from 631); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCBEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBEFD is #434102. Grayscale: #C4C4C4. Windows color (decimal): -4407555 or 16629436. OLE color: 16629436.
HSL color Cylindrical-coordinate representation of color #BCBEFD: hue angle of 238.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCBEFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 190 | 253 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.01 |
| HSL | 238.15º | 0.94% | 0.86% | - |
| HSV(B) | 238.15º | 0.26% | 0.99% | - |
| XYZ | 56.88 | 54.61 | 100.47 | - |
| YUV | 196.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 253 | 0.26 | 0.25 | 0 | 0.01 | 238.15 | 0.94 | 0.86 |
| Hex | BC | BE | FD | 1A | 19 | 0 | 1 | EE | 5E | 56 |
| Octal | 274 | 276 | 375 | 32 | 31 | 0 | 1 | 356 | 136 | 126 |
| Binary | 10111100 | 10111110 | 11111101 | 11010 | 11001 | 0 | 1 | 11101110 | 1011110 | 1010110 |
Color Harmonies of #BCBEFD
Complementary color
Monochromatic Colors of #BCBEFD
Black with #BCBEFD
Text Example
Text Example
White with #BCBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBEFD; }
p { color: rgb(188,190,253); }
H1.HeaderClassName
{
color: #BCBEFD;
}
.AnyTagClassName
{
color: #BCBEFD;
}
</style>
background-color css
<style>
a { background-color: #BCBEFD; }
a { background-color: rgb(188,190,253); }
div.DivClassName
{
background-color: #BCBEFD;
}
.BgClassName
{
background-color: #BCBEFD;
}
</style>
border-color css
<style>
span { border-color: #BCBEFD; }
span { border-color: rgb(188,190,253); }
td.TdClassName
{
border-color: #BCBEFD;
}
.TagClassName
{
border-color: #BCBEFD;
}
</style>