Shades of Lavender Blue #BDBFFF
Tints of Lavender Blue #BDBFFF
RGB
CMYK
RGB Variations
Color information
#BDBFFF (or 0xBDBFFF) is known color: Lavender Blue. HEX triplet: BD, BF and FF. RGB value is (189,191,255). Sum of RGB (Red+Green+Blue) = 189+191+255=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFFF is #424000. Grayscale: #C5C5C5. Windows color (decimal): -4341761 or 16760765. OLE color: 16760765.
HSL color Cylindrical-coordinate representation of color #BDBFFF: hue angle of 238.18º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBFFF is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 191 | 255 | - |
| CMYK | 0.26 | 0.25 | 0 | 0 |
| HSL | 238.18º | 1% | 0.87% | - |
| HSV(B) | 238.18º | 0.26% | 1% | - |
| XYZ | 57.67 | 55.3 | 102.24 | - |
| YUV | 197.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 191 | 255 | 0.26 | 0.25 | 0 | 0 | 238.18 | 1 | 0.87 |
| Hex | BD | BF | FF | 1A | 19 | 0 | 0 | EE | 64 | 57 |
| Octal | 275 | 277 | 377 | 32 | 31 | 0 | 0 | 356 | 144 | 127 |
| Binary | 10111101 | 10111111 | 11111111 | 11010 | 11001 | 0 | 0 | 11101110 | 1100100 | 1010111 |
Color Harmonies of #BDBFFF
Complementary color
Monochromatic Colors of #BDBFFF
Black with #BDBFFF
Text Example
Text Example
White with #BDBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFFF; }
p { color: rgb(189,191,255); }
H1.HeaderClassName
{
color: #BDBFFF;
}
.AnyTagClassName
{
color: #BDBFFF;
}
</style>
background-color css
<style>
a { background-color: #BDBFFF; }
a { background-color: rgb(189,191,255); }
div.DivClassName
{
background-color: #BDBFFF;
}
.BgClassName
{
background-color: #BDBFFF;
}
</style>
border-color css
<style>
span { border-color: #BDBFFF; }
span { border-color: rgb(189,191,255); }
td.TdClassName
{
border-color: #BDBFFF;
}
.TagClassName
{
border-color: #BDBFFF;
}
</style>