Shades of Lavender Blue #BDBFF1
Tints of Lavender Blue #BDBFF1
RGB
CMYK
RGB Variations
Color information
#BDBFF1 (or 0xBDBFF1) is known color: Lavender Blue. HEX triplet: BD, BF and F1. RGB value is (189,191,241). Sum of RGB (Red+Green+Blue) = 189+191+241=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 241 (94.53% from 255 or 38.81% from 621); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFF1 is #42400E. Grayscale: #C3C3C3. Windows color (decimal): -4341775 or 15843261. OLE color: 15843261.
HSL color Cylindrical-coordinate representation of color #BDBFF1: hue angle of 237.69º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDBFF1 is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 191 | 241 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.05 |
| HSL | 237.69º | 0.65% | 0.84% | - |
| HSV(B) | 237.69º | 0.22% | 0.95% | - |
| XYZ | 55.49 | 54.43 | 90.8 | - |
| YUV | 196.1 | 153.34 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 241 | 0.22 | 0.21 | 0 | 0.05 | 237.69 | 0.65 | 0.84 |
| Hex | BD | BF | F1 | 16 | 15 | 0 | 5 | EE | 41 | 54 |
| Octal | 275 | 277 | 361 | 26 | 25 | 0 | 5 | 356 | 101 | 124 |
| Binary | 10111101 | 10111111 | 11110001 | 10110 | 10101 | 0 | 101 | 11101110 | 1000001 | 1010100 |
Color Harmonies of #BDBFF1
Complementary color
Monochromatic Colors of #BDBFF1
Black with #BDBFF1
Text Example
Text Example
White with #BDBFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFF1; }
p { color: rgb(189,191,241); }
H1.HeaderClassName
{
color: #BDBFF1;
}
.AnyTagClassName
{
color: #BDBFF1;
}
</style>
background-color css
<style>
a { background-color: #BDBFF1; }
a { background-color: rgb(189,191,241); }
div.DivClassName
{
background-color: #BDBFF1;
}
.BgClassName
{
background-color: #BDBFF1;
}
</style>
border-color css
<style>
span { border-color: #BDBFF1; }
span { border-color: rgb(189,191,241); }
td.TdClassName
{
border-color: #BDBFF1;
}
.TagClassName
{
border-color: #BDBFF1;
}
</style>