Shades of Lavender Blue #BCBDF2
Tints of Lavender Blue #BCBDF2
RGB
CMYK
RGB Variations
Color information
#BCBDF2 (or 0xBCBDF2) is known color: Lavender Blue. HEX triplet: BC, BD and F2. RGB value is (188,189,242). Sum of RGB (Red+Green+Blue) = 188+189+242=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF2 is #43420D. Grayscale: #C2C2C2. Windows color (decimal): -4407822 or 15908284. OLE color: 15908284.
HSL color Cylindrical-coordinate representation of color #BCBDF2: hue angle of 238.89º 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 #BCBDF2 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 189 | 242 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.05 |
| HSL | 238.89º | 0.68% | 0.84% | - |
| HSV(B) | 238.89º | 0.22% | 0.95% | - |
| XYZ | 54.96 | 53.5 | 91.43 | - |
| YUV | 194.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 242 | 0.22 | 0.22 | 0 | 0.05 | 238.89 | 0.68 | 0.84 |
| Hex | BC | BD | F2 | 16 | 16 | 0 | 5 | EF | 44 | 54 |
| Octal | 274 | 275 | 362 | 26 | 26 | 0 | 5 | 357 | 104 | 124 |
| Binary | 10111100 | 10111101 | 11110010 | 10110 | 10110 | 0 | 101 | 11101111 | 1000100 | 1010100 |
Color Harmonies of #BCBDF2
Complementary color
Monochromatic Colors of #BCBDF2
Black with #BCBDF2
Text Example
Text Example
White with #BCBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDF2; }
p { color: rgb(188,189,242); }
H1.HeaderClassName
{
color: #BCBDF2;
}
.AnyTagClassName
{
color: #BCBDF2;
}
</style>
background-color css
<style>
a { background-color: #BCBDF2; }
a { background-color: rgb(188,189,242); }
div.DivClassName
{
background-color: #BCBDF2;
}
.BgClassName
{
background-color: #BCBDF2;
}
</style>
border-color css
<style>
span { border-color: #BCBDF2; }
span { border-color: rgb(188,189,242); }
td.TdClassName
{
border-color: #BCBDF2;
}
.TagClassName
{
border-color: #BCBDF2;
}
</style>