Shades of Lavender Blue #BCBFFC
Tints of Lavender Blue #BCBFFC
RGB
CMYK
RGB Variations
Color information
#BCBFFC (or 0xBCBFFC) is known color: Lavender Blue. HEX triplet: BC, BF and FC. RGB value is (188,191,252). Sum of RGB (Red+Green+Blue) = 188+191+252=631 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.79% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFFC is #434003. Grayscale: #C4C4C4. Windows color (decimal): -4407300 or 16564156. OLE color: 16564156.
HSL color Cylindrical-coordinate representation of color #BCBFFC: hue angle of 237.19º 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 #BCBFFC is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 191 | 252 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.01 |
| HSL | 237.19º | 0.91% | 0.86% | - |
| HSV(B) | 237.19º | 0.25% | 0.99% | - |
| XYZ | 56.94 | 54.98 | 99.71 | - |
| YUV | 197.06 | 159.01 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 252 | 0.25 | 0.24 | 0 | 0.01 | 237.19 | 0.91 | 0.86 |
| Hex | BC | BF | FC | 19 | 18 | 0 | 1 | ED | 5B | 56 |
| Octal | 274 | 277 | 374 | 31 | 30 | 0 | 1 | 355 | 133 | 126 |
| Binary | 10111100 | 10111111 | 11111100 | 11001 | 11000 | 0 | 1 | 11101101 | 1011011 | 1010110 |
Color Harmonies of #BCBFFC
Complementary color
Monochromatic Colors of #BCBFFC
Black with #BCBFFC
Text Example
Text Example
White with #BCBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFFC; }
p { color: rgb(188,191,252); }
H1.HeaderClassName
{
color: #BCBFFC;
}
.AnyTagClassName
{
color: #BCBFFC;
}
</style>
background-color css
<style>
a { background-color: #BCBFFC; }
a { background-color: rgb(188,191,252); }
div.DivClassName
{
background-color: #BCBFFC;
}
.BgClassName
{
background-color: #BCBFFC;
}
</style>
border-color css
<style>
span { border-color: #BCBFFC; }
span { border-color: rgb(188,191,252); }
td.TdClassName
{
border-color: #BCBFFC;
}
.TagClassName
{
border-color: #BCBFFC;
}
</style>