Shades of Lavender Grey #BFBDE7
Tints of Lavender Grey #BFBDE7
RGB
CMYK
RGB Variations
Color information
#BFBDE7 (or 0xBFBDE7) is known color: Lavender Grey. HEX triplet: BF, BD and E7. RGB value is (191,189,231). Sum of RGB (Red+Green+Blue) = 191+189+231=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 231 (90.62% from 255 or 37.81% from 611); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDE7 is #404218. Grayscale: #C2C2C2. Windows color (decimal): -4211225 or 15187391. OLE color: 15187391.
HSL color Cylindrical-coordinate representation of color #BFBDE7: hue angle of 242.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBDE7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 189 | 231 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.09 |
| HSL | 242.86º | 0.47% | 0.82% | - |
| HSV(B) | 242.86º | 0.18% | 0.91% | - |
| XYZ | 54.11 | 53.24 | 83.03 | - |
| YUV | 194.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 189 | 231 | 0.17 | 0.18 | 0 | 0.09 | 242.86 | 0.47 | 0.82 |
| Hex | BF | BD | E7 | 11 | 12 | 0 | 9 | F3 | 2F | 52 |
| Octal | 277 | 275 | 347 | 21 | 22 | 0 | 11 | 363 | 57 | 122 |
| Binary | 10111111 | 10111101 | 11100111 | 10001 | 10010 | 0 | 1001 | 11110011 | 101111 | 1010010 |
Color Harmonies of #BFBDE7
Complementary color
Monochromatic Colors of #BFBDE7
Black with #BFBDE7
Text Example
Text Example
White with #BFBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBDE7; }
p { color: rgb(191,189,231); }
H1.HeaderClassName
{
color: #BFBDE7;
}
.AnyTagClassName
{
color: #BFBDE7;
}
</style>
background-color css
<style>
a { background-color: #BFBDE7; }
a { background-color: rgb(191,189,231); }
div.DivClassName
{
background-color: #BFBDE7;
}
.BgClassName
{
background-color: #BFBDE7;
}
</style>
border-color css
<style>
span { border-color: #BFBDE7; }
span { border-color: rgb(191,189,231); }
td.TdClassName
{
border-color: #BFBDE7;
}
.TagClassName
{
border-color: #BFBDE7;
}
</style>