Shades of Lavender Blue #BCC8FC
Tints of Lavender Blue #BCC8FC
RGB
CMYK
RGB Variations
Color information
#BCC8FC (or 0xBCC8FC) is known color: Lavender Blue. HEX triplet: BC, C8 and FC. RGB value is (188,200,252). Sum of RGB (Red+Green+Blue) = 188+200+252=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC8FC is #433703. Grayscale: #CACACA. Windows color (decimal): -4404996 or 16566460. OLE color: 16566460.
HSL color Cylindrical-coordinate representation of color #BCC8FC: hue angle of 228.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCC8FC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 200 | 252 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.01 |
| HSL | 228.75º | 0.91% | 0.86% | - |
| HSV(B) | 228.75º | 0.25% | 0.99% | - |
| XYZ | 58.96 | 59.03 | 100.38 | - |
| YUV | 202.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 200 | 252 | 0.25 | 0.21 | 0 | 0.01 | 228.75 | 0.91 | 0.86 |
| Hex | BC | C8 | FC | 19 | 15 | 0 | 1 | E5 | 5B | 56 |
| Octal | 274 | 310 | 374 | 31 | 25 | 0 | 1 | 345 | 133 | 126 |
| Binary | 10111100 | 11001000 | 11111100 | 11001 | 10101 | 0 | 1 | 11100101 | 1011011 | 1010110 |
Color Harmonies of #BCC8FC
Complementary color
Monochromatic Colors of #BCC8FC
Black with #BCC8FC
Text Example
Text Example
White with #BCC8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC8FC; }
p { color: rgb(188,200,252); }
H1.HeaderClassName
{
color: #BCC8FC;
}
.AnyTagClassName
{
color: #BCC8FC;
}
</style>
background-color css
<style>
a { background-color: #BCC8FC; }
a { background-color: rgb(188,200,252); }
div.DivClassName
{
background-color: #BCC8FC;
}
.BgClassName
{
background-color: #BCC8FC;
}
</style>
border-color css
<style>
span { border-color: #BCC8FC; }
span { border-color: rgb(188,200,252); }
td.TdClassName
{
border-color: #BCC8FC;
}
.TagClassName
{
border-color: #BCC8FC;
}
</style>