Shades of Lavender Blue #BCBDFD
Tints of Lavender Blue #BCBDFD
RGB
CMYK
RGB Variations
Color information
#BCBDFD (or 0xBCBDFD) is known color: Lavender Blue. HEX triplet: BC, BD and FD. RGB value is (188,189,253). Sum of RGB (Red+Green+Blue) = 188+189+253=630 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.84% from 630); Green value is 189 (74.22% from 255 or 30% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDFD is #434202. Grayscale: #C3C3C3. Windows color (decimal): -4407811 or 16629180. OLE color: 16629180.
HSL color Cylindrical-coordinate representation of color #BCBDFD: hue angle of 239.08º 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 #BCBDFD is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 189 | 253 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.01 |
| HSL | 239.08º | 0.94% | 0.86% | - |
| HSV(B) | 239.08º | 0.26% | 0.99% | - |
| XYZ | 56.67 | 54.18 | 100.4 | - |
| YUV | 196 | 160.17 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 253 | 0.26 | 0.25 | 0 | 0.01 | 239.08 | 0.94 | 0.86 |
| Hex | BC | BD | FD | 1A | 19 | 0 | 1 | EF | 5E | 56 |
| Octal | 274 | 275 | 375 | 32 | 31 | 0 | 1 | 357 | 136 | 126 |
| Binary | 10111100 | 10111101 | 11111101 | 11010 | 11001 | 0 | 1 | 11101111 | 1011110 | 1010110 |
Color Harmonies of #BCBDFD
Complementary color
Monochromatic Colors of #BCBDFD
Black with #BCBDFD
Text Example
Text Example
White with #BCBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDFD; }
p { color: rgb(188,189,253); }
H1.HeaderClassName
{
color: #BCBDFD;
}
.AnyTagClassName
{
color: #BCBDFD;
}
</style>
background-color css
<style>
a { background-color: #BCBDFD; }
a { background-color: rgb(188,189,253); }
div.DivClassName
{
background-color: #BCBDFD;
}
.BgClassName
{
background-color: #BCBDFD;
}
</style>
border-color css
<style>
span { border-color: #BCBDFD; }
span { border-color: rgb(188,189,253); }
td.TdClassName
{
border-color: #BCBDFD;
}
.TagClassName
{
border-color: #BCBDFD;
}
</style>