Shades of Lavender Blue #BCC8FD
Tints of Lavender Blue #BCC8FD
RGB
CMYK
RGB Variations
Color information
#BCC8FD (or 0xBCC8FD) is known color: Lavender Blue. HEX triplet: BC, C8 and FD. RGB value is (188,200,253). Sum of RGB (Red+Green+Blue) = 188+200+253=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 253 (99.22% from 255 or 39.47% from 641); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCC8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FD is #433702. Grayscale: #CACACA. Windows color (decimal): -4404995 or 16631996. OLE color: 16631996.
HSL color Cylindrical-coordinate representation of color #BCC8FD: hue angle of 228.92º 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 #BCC8FD is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 200 | 253 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.01 |
| HSL | 228.92º | 0.94% | 0.86% | - |
| HSV(B) | 228.92º | 0.26% | 0.99% | - |
| XYZ | 59.12 | 59.09 | 101.22 | - |
| YUV | 202.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 253 | 0.26 | 0.21 | 0 | 0.01 | 228.92 | 0.94 | 0.86 |
| Hex | BC | C8 | FD | 1A | 15 | 0 | 1 | E5 | 5E | 56 |
| Octal | 274 | 310 | 375 | 32 | 25 | 0 | 1 | 345 | 136 | 126 |
| Binary | 10111100 | 11001000 | 11111101 | 11010 | 10101 | 0 | 1 | 11100101 | 1011110 | 1010110 |
Color Harmonies of #BCC8FD
Complementary color
Monochromatic Colors of #BCC8FD
Black with #BCC8FD
Text Example
Text Example
White with #BCC8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8FD; }
p { color: rgb(188,200,253); }
H1.HeaderClassName
{
color: #BCC8FD;
}
.AnyTagClassName
{
color: #BCC8FD;
}
</style>
background-color css
<style>
a { background-color: #BCC8FD; }
a { background-color: rgb(188,200,253); }
div.DivClassName
{
background-color: #BCC8FD;
}
.BgClassName
{
background-color: #BCC8FD;
}
</style>
border-color css
<style>
span { border-color: #BCC8FD; }
span { border-color: rgb(188,200,253); }
td.TdClassName
{
border-color: #BCC8FD;
}
.TagClassName
{
border-color: #BCC8FD;
}
</style>