Shades of Lavender Blue #BCBDF5
Tints of Lavender Blue #BCBDF5
RGB
CMYK
RGB Variations
Color information
#BCBDF5 (or 0xBCBDF5) is known color: Lavender Blue. HEX triplet: BC, BD and F5. RGB value is (188,189,245). Sum of RGB (Red+Green+Blue) = 188+189+245=622 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.23% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBDF5 is #43420A. Grayscale: #C2C2C2. Windows color (decimal): -4407819 or 16104892. OLE color: 16104892.
HSL color Cylindrical-coordinate representation of color #BCBDF5: hue angle of 238.95º 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 #BCBDF5 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 189 | 245 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.04 |
| HSL | 238.95º | 0.74% | 0.85% | - |
| HSV(B) | 238.95º | 0.23% | 0.96% | - |
| XYZ | 55.42 | 53.68 | 93.83 | - |
| YUV | 195.09 | 156.17 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 189 | 245 | 0.23 | 0.23 | 0 | 0.04 | 238.95 | 0.74 | 0.85 |
| Hex | BC | BD | F5 | 17 | 17 | 0 | 4 | EF | 4A | 55 |
| Octal | 274 | 275 | 365 | 27 | 27 | 0 | 4 | 357 | 112 | 125 |
| Binary | 10111100 | 10111101 | 11110101 | 10111 | 10111 | 0 | 100 | 11101111 | 1001010 | 1010101 |
Color Harmonies of #BCBDF5
Complementary color
Monochromatic Colors of #BCBDF5
Black with #BCBDF5
Text Example
Text Example
White with #BCBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBDF5; }
p { color: rgb(188,189,245); }
H1.HeaderClassName
{
color: #BCBDF5;
}
.AnyTagClassName
{
color: #BCBDF5;
}
</style>
background-color css
<style>
a { background-color: #BCBDF5; }
a { background-color: rgb(188,189,245); }
div.DivClassName
{
background-color: #BCBDF5;
}
.BgClassName
{
background-color: #BCBDF5;
}
</style>
border-color css
<style>
span { border-color: #BCBDF5; }
span { border-color: rgb(188,189,245); }
td.TdClassName
{
border-color: #BCBDF5;
}
.TagClassName
{
border-color: #BCBDF5;
}
</style>