Shades of Lavender Grey #BFBEEC
Tints of Lavender Grey #BFBEEC
RGB
CMYK
RGB Variations
Color information
#BFBEEC (or 0xBFBEEC) is known color: Lavender Grey. HEX triplet: BF, BE and EC. RGB value is (191,190,236). Sum of RGB (Red+Green+Blue) = 191+190+236=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEEC is #404113. Grayscale: #C3C3C3. Windows color (decimal): -4210964 or 15515327. OLE color: 15515327.
HSL color Cylindrical-coordinate representation of color #BFBEEC: hue angle of 241.3º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBEEC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 190 | 236 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.07 |
| HSL | 241.3º | 0.55% | 0.84% | - |
| HSV(B) | 241.3º | 0.19% | 0.93% | - |
| XYZ | 55.04 | 53.96 | 86.87 | - |
| YUV | 195.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 190 | 236 | 0.19 | 0.19 | 0 | 0.07 | 241.3 | 0.55 | 0.84 |
| Hex | BF | BE | EC | 13 | 13 | 0 | 7 | F1 | 37 | 54 |
| Octal | 277 | 276 | 354 | 23 | 23 | 0 | 7 | 361 | 67 | 124 |
| Binary | 10111111 | 10111110 | 11101100 | 10011 | 10011 | 0 | 111 | 11110001 | 110111 | 1010100 |
Color Harmonies of #BFBEEC
Complementary color
Monochromatic Colors of #BFBEEC
Black with #BFBEEC
Text Example
Text Example
White with #BFBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFBEEC; }
p { color: rgb(191,190,236); }
H1.HeaderClassName
{
color: #BFBEEC;
}
.AnyTagClassName
{
color: #BFBEEC;
}
</style>
background-color css
<style>
a { background-color: #BFBEEC; }
a { background-color: rgb(191,190,236); }
div.DivClassName
{
background-color: #BFBEEC;
}
.BgClassName
{
background-color: #BFBEEC;
}
</style>
border-color css
<style>
span { border-color: #BFBEEC; }
span { border-color: rgb(191,190,236); }
td.TdClassName
{
border-color: #BFBEEC;
}
.TagClassName
{
border-color: #BFBEEC;
}
</style>