Shades of Lavender Blue #BFBDF5
Tints of Lavender Blue #BFBDF5
RGB
CMYK
RGB Variations
Color information
#BFBDF5 (or 0xBFBDF5) is known color: Lavender Blue. HEX triplet: BF, BD and F5. RGB value is (191,189,245). Sum of RGB (Red+Green+Blue) = 191+189+245=625 (82% of max value = 765). Red value is 191 (75% from 255 or 30.56% from 625); Green value is 189 (74.22% from 255 or 30.24% from 625); Blue value is 245 (96.09% from 255 or 39.2% from 625); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFBDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDF5 is #40420A. Grayscale: #C3C3C3. Windows color (decimal): -4211211 or 16104895. OLE color: 16104895.
HSL color Cylindrical-coordinate representation of color #BFBDF5: hue angle of 242.14º 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 #BFBDF5 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 189 | 245 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.04 |
| HSL | 242.14º | 0.74% | 0.85% | - |
| HSV(B) | 242.14º | 0.23% | 0.96% | - |
| XYZ | 56.16 | 54.06 | 93.86 | - |
| YUV | 195.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 245 | 0.22 | 0.23 | 0 | 0.04 | 242.14 | 0.74 | 0.85 |
| Hex | BF | BD | F5 | 16 | 17 | 0 | 4 | F2 | 4A | 55 |
| Octal | 277 | 275 | 365 | 26 | 27 | 0 | 4 | 362 | 112 | 125 |
| Binary | 10111111 | 10111101 | 11110101 | 10110 | 10111 | 0 | 100 | 11110010 | 1001010 | 1010101 |
Color Harmonies of #BFBDF5
Complementary color
Monochromatic Colors of #BFBDF5
Black with #BFBDF5
Text Example
Text Example
White with #BFBDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDF5; }
p { color: rgb(191,189,245); }
H1.HeaderClassName
{
color: #BFBDF5;
}
.AnyTagClassName
{
color: #BFBDF5;
}
</style>
background-color css
<style>
a { background-color: #BFBDF5; }
a { background-color: rgb(191,189,245); }
div.DivClassName
{
background-color: #BFBDF5;
}
.BgClassName
{
background-color: #BFBDF5;
}
</style>
border-color css
<style>
span { border-color: #BFBDF5; }
span { border-color: rgb(191,189,245); }
td.TdClassName
{
border-color: #BFBDF5;
}
.TagClassName
{
border-color: #BFBDF5;
}
</style>