Shades of Lavender Blue #BFBBFC
Tints of Lavender Blue #BFBBFC
RGB
CMYK
RGB Variations
Color information
#BFBBFC (or 0xBFBBFC) is known color: Lavender Blue. HEX triplet: BF, BB and FC. RGB value is (191,187,252). Sum of RGB (Red+Green+Blue) = 191+187+252=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 187 (73.44% from 255 or 29.68% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBFC is #404403. Grayscale: #C3C3C3. Windows color (decimal): -4211716 or 16563135. OLE color: 16563135.
HSL color Cylindrical-coordinate representation of color #BFBBFC: hue angle of 243.69º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFBBFC is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 187 | 252 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.01 |
| HSL | 243.69º | 0.92% | 0.86% | - |
| HSV(B) | 243.69º | 0.26% | 0.99% | - |
| XYZ | 56.83 | 53.65 | 99.45 | - |
| YUV | 195.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 187 | 252 | 0.24 | 0.26 | 0 | 0.01 | 243.69 | 0.92 | 0.86 |
| Hex | BF | BB | FC | 18 | 1A | 0 | 1 | F4 | 5C | 56 |
| Octal | 277 | 273 | 374 | 30 | 32 | 0 | 1 | 364 | 134 | 126 |
| Binary | 10111111 | 10111011 | 11111100 | 11000 | 11010 | 0 | 1 | 11110100 | 1011100 | 1010110 |
Color Harmonies of #BFBBFC
Complementary color
Monochromatic Colors of #BFBBFC
Black with #BFBBFC
Text Example
Text Example
White with #BFBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBBFC; }
p { color: rgb(191,187,252); }
H1.HeaderClassName
{
color: #BFBBFC;
}
.AnyTagClassName
{
color: #BFBBFC;
}
</style>
background-color css
<style>
a { background-color: #BFBBFC; }
a { background-color: rgb(191,187,252); }
div.DivClassName
{
background-color: #BFBBFC;
}
.BgClassName
{
background-color: #BFBBFC;
}
</style>
border-color css
<style>
span { border-color: #BFBBFC; }
span { border-color: rgb(191,187,252); }
td.TdClassName
{
border-color: #BFBBFC;
}
.TagClassName
{
border-color: #BFBBFC;
}
</style>