Shades of Lavender Blue #BCBCF5
Tints of Lavender Blue #BCBCF5
RGB
CMYK
RGB Variations
Color information
#BCBCF5 (or 0xBCBCF5) is known color: Lavender Blue. HEX triplet: BC, BC and F5. RGB value is (188,188,245). Sum of RGB (Red+Green+Blue) = 188+188+245=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCF5 is #43430A. Grayscale: #C2C2C2. Windows color (decimal): -4408075 or 16104636. OLE color: 16104636.
HSL color Cylindrical-coordinate representation of color #BCBCF5: hue angle of 240º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBCF5 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 188 | 245 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.04 |
| HSL | 240º | 0.74% | 0.85% | - |
| HSV(B) | 240º | 0.23% | 0.96% | - |
| XYZ | 55.2 | 53.25 | 93.76 | - |
| YUV | 194.5 | 156.5 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 245 | 0.23 | 0.23 | 0 | 0.04 | 240 | 0.74 | 0.85 |
| Hex | BC | BC | F5 | 17 | 17 | 0 | 4 | F0 | 4A | 55 |
| Octal | 274 | 274 | 365 | 27 | 27 | 0 | 4 | 360 | 112 | 125 |
| Binary | 10111100 | 10111100 | 11110101 | 10111 | 10111 | 0 | 100 | 11110000 | 1001010 | 1010101 |
Color Harmonies of #BCBCF5
Complementary color
Monochromatic Colors of #BCBCF5
Black with #BCBCF5
Text Example
Text Example
White with #BCBCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCF5; }
p { color: rgb(188,188,245); }
H1.HeaderClassName
{
color: #BCBCF5;
}
.AnyTagClassName
{
color: #BCBCF5;
}
</style>
background-color css
<style>
a { background-color: #BCBCF5; }
a { background-color: rgb(188,188,245); }
div.DivClassName
{
background-color: #BCBCF5;
}
.BgClassName
{
background-color: #BCBCF5;
}
</style>
border-color css
<style>
span { border-color: #BCBCF5; }
span { border-color: rgb(188,188,245); }
td.TdClassName
{
border-color: #BCBCF5;
}
.TagClassName
{
border-color: #BCBCF5;
}
</style>