Shades of Lavender Blue #BCB9F5
Tints of Lavender Blue #BCB9F5
RGB
CMYK
RGB Variations
Color information
#BCB9F5 (or 0xBCB9F5) is known color: Lavender Blue. HEX triplet: BC, B9 and F5. RGB value is (188,185,245). Sum of RGB (Red+Green+Blue) = 188+185+245=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 185 (72.66% from 255 or 29.94% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCB9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB9F5 is #43460A. Grayscale: #C0C0C0. Windows color (decimal): -4408843 or 16103868. OLE color: 16103868.
HSL color Cylindrical-coordinate representation of color #BCB9F5: hue angle of 243º degrees, saturation: 0.75, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB9F5 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 185 | 245 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.04 |
| HSL | 243º | 0.75% | 0.84% | - |
| HSV(B) | 243º | 0.24% | 0.96% | - |
| XYZ | 54.57 | 51.98 | 93.54 | - |
| YUV | 192.74 | 157.49 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 185 | 245 | 0.23 | 0.24 | 0 | 0.04 | 243 | 0.75 | 0.84 |
| Hex | BC | B9 | F5 | 17 | 18 | 0 | 4 | F3 | 4B | 54 |
| Octal | 274 | 271 | 365 | 27 | 30 | 0 | 4 | 363 | 113 | 124 |
| Binary | 10111100 | 10111001 | 11110101 | 10111 | 11000 | 0 | 100 | 11110011 | 1001011 | 1010100 |
Color Harmonies of #BCB9F5
Complementary color
Monochromatic Colors of #BCB9F5
Black with #BCB9F5
Text Example
Text Example
White with #BCB9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB9F5; }
p { color: rgb(188,185,245); }
H1.HeaderClassName
{
color: #BCB9F5;
}
.AnyTagClassName
{
color: #BCB9F5;
}
</style>
background-color css
<style>
a { background-color: #BCB9F5; }
a { background-color: rgb(188,185,245); }
div.DivClassName
{
background-color: #BCB9F5;
}
.BgClassName
{
background-color: #BCB9F5;
}
</style>
border-color css
<style>
span { border-color: #BCB9F5; }
span { border-color: rgb(188,185,245); }
td.TdClassName
{
border-color: #BCB9F5;
}
.TagClassName
{
border-color: #BCB9F5;
}
</style>