Shades of Lavender Blue #BCBFF5
Tints of Lavender Blue #BCBFF5
RGB
CMYK
RGB Variations
Color information
#BCBFF5 (or 0xBCBFF5) is known color: Lavender Blue. HEX triplet: BC, BF and F5. RGB value is (188,191,245). Sum of RGB (Red+Green+Blue) = 188+191+245=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 191 (75% from 255 or 30.61% from 624); Blue value is 245 (96.09% from 255 or 39.26% from 624); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCBFF5 is #43400A. Grayscale: #C4C4C4. Windows color (decimal): -4407307 or 16105404. OLE color: 16105404.
HSL color Cylindrical-coordinate representation of color #BCBFF5: hue angle of 236.84º 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 #BCBFF5 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 191 | 245 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.04 |
| HSL | 236.84º | 0.74% | 0.85% | - |
| HSV(B) | 236.84º | 0.23% | 0.96% | - |
| XYZ | 55.85 | 54.55 | 93.97 | - |
| YUV | 196.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 245 | 0.23 | 0.22 | 0 | 0.04 | 236.84 | 0.74 | 0.85 |
| Hex | BC | BF | F5 | 17 | 16 | 0 | 4 | ED | 4A | 55 |
| Octal | 274 | 277 | 365 | 27 | 26 | 0 | 4 | 355 | 112 | 125 |
| Binary | 10111100 | 10111111 | 11110101 | 10111 | 10110 | 0 | 100 | 11101101 | 1001010 | 1010101 |
Color Harmonies of #BCBFF5
Complementary color
Monochromatic Colors of #BCBFF5
Black with #BCBFF5
Text Example
Text Example
White with #BCBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBFF5; }
p { color: rgb(188,191,245); }
H1.HeaderClassName
{
color: #BCBFF5;
}
.AnyTagClassName
{
color: #BCBFF5;
}
</style>
background-color css
<style>
a { background-color: #BCBFF5; }
a { background-color: rgb(188,191,245); }
div.DivClassName
{
background-color: #BCBFF5;
}
.BgClassName
{
background-color: #BCBFF5;
}
</style>
border-color css
<style>
span { border-color: #BCBFF5; }
span { border-color: rgb(188,191,245); }
td.TdClassName
{
border-color: #BCBFF5;
}
.TagClassName
{
border-color: #BCBFF5;
}
</style>