Shades of Lavender Blue #BFBCFE
Tints of Lavender Blue #BFBCFE
RGB
CMYK
RGB Variations
Color information
#BFBCFE (or 0xBFBCFE) is known color: Lavender Blue. HEX triplet: BF, BC and FE. RGB value is (191,188,254). Sum of RGB (Red+Green+Blue) = 191+188+254=633 (83% of max value = 765). Red value is 191 (75% from 255 or 30.17% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFBCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBCFE is #404301. Grayscale: #C4C4C4. Windows color (decimal): -4211458 or 16694463. OLE color: 16694463.
HSL color Cylindrical-coordinate representation of color #BFBCFE: hue angle of 242.73º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBCFE is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 188 | 254 | - |
| CMYK | 0.25 | 0.26 | 0 | 0.00 |
| HSL | 242.73º | 0.97% | 0.87% | - |
| HSV(B) | 242.73º | 0.26% | 1% | - |
| XYZ | 57.36 | 54.2 | 101.2 | - |
| YUV | 196.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 188 | 254 | 0.25 | 0.26 | 0 | 0.00 | 242.73 | 0.97 | 0.87 |
| Hex | BF | BC | FE | 19 | 1A | 0 | 0 | F3 | 61 | 57 |
| Octal | 277 | 274 | 376 | 31 | 32 | 0 | 0 | 363 | 141 | 127 |
| Binary | 10111111 | 10111100 | 11111110 | 11001 | 11010 | 0 | 0 | 11110011 | 1100001 | 1010111 |
Color Harmonies of #BFBCFE
Complementary color
Monochromatic Colors of #BFBCFE
Black with #BFBCFE
Text Example
Text Example
White with #BFBCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBCFE; }
p { color: rgb(191,188,254); }
H1.HeaderClassName
{
color: #BFBCFE;
}
.AnyTagClassName
{
color: #BFBCFE;
}
</style>
background-color css
<style>
a { background-color: #BFBCFE; }
a { background-color: rgb(191,188,254); }
div.DivClassName
{
background-color: #BFBCFE;
}
.BgClassName
{
background-color: #BFBCFE;
}
</style>
border-color css
<style>
span { border-color: #BFBCFE; }
span { border-color: rgb(191,188,254); }
td.TdClassName
{
border-color: #BFBCFE;
}
.TagClassName
{
border-color: #BFBCFE;
}
</style>