Shades of Lavender Blue #BCBCF2
Tints of Lavender Blue #BCBCF2
RGB
CMYK
RGB Variations
Color information
#BCBCF2 (or 0xBCBCF2) is known color: Lavender Blue. HEX triplet: BC, BC and F2. RGB value is (188,188,242). Sum of RGB (Red+Green+Blue) = 188+188+242=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBCF2 is #43430D. Grayscale: #C1C1C1. Windows color (decimal): -4408078 or 15908028. OLE color: 15908028.
HSL color Cylindrical-coordinate representation of color #BCBCF2: hue angle of 240º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCBCF2 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 188 | 242 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.05 |
| HSL | 240º | 0.68% | 0.84% | - |
| HSV(B) | 240º | 0.22% | 0.95% | - |
| XYZ | 54.75 | 53.07 | 91.36 | - |
| YUV | 194.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 188 | 242 | 0.22 | 0.22 | 0 | 0.05 | 240 | 0.68 | 0.84 |
| Hex | BC | BC | F2 | 16 | 16 | 0 | 5 | F0 | 44 | 54 |
| Octal | 274 | 274 | 362 | 26 | 26 | 0 | 5 | 360 | 104 | 124 |
| Binary | 10111100 | 10111100 | 11110010 | 10110 | 10110 | 0 | 101 | 11110000 | 1000100 | 1010100 |
Color Harmonies of #BCBCF2
Complementary color
Monochromatic Colors of #BCBCF2
Black with #BCBCF2
Text Example
Text Example
White with #BCBCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBCF2; }
p { color: rgb(188,188,242); }
H1.HeaderClassName
{
color: #BCBCF2;
}
.AnyTagClassName
{
color: #BCBCF2;
}
</style>
background-color css
<style>
a { background-color: #BCBCF2; }
a { background-color: rgb(188,188,242); }
div.DivClassName
{
background-color: #BCBCF2;
}
.BgClassName
{
background-color: #BCBCF2;
}
</style>
border-color css
<style>
span { border-color: #BCBCF2; }
span { border-color: rgb(188,188,242); }
td.TdClassName
{
border-color: #BCBCF2;
}
.TagClassName
{
border-color: #BCBCF2;
}
</style>