Shades of Lavender Grey #BCB7F2
Tints of Lavender Grey #BCB7F2
RGB
CMYK
RGB Variations
Color information
#BCB7F2 (or 0xBCB7F2) is known color: Lavender Grey. HEX triplet: BC, B7 and F2. RGB value is (188,183,242). Sum of RGB (Red+Green+Blue) = 188+183+242=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 183 (71.88% from 255 or 29.85% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCB7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB7F2 is #43480D. Grayscale: #BEBEBE. Windows color (decimal): -4409358 or 15906748. OLE color: 15906748.
HSL color Cylindrical-coordinate representation of color #BCB7F2: hue angle of 245.08º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB7F2 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 183 | 242 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.05 |
| HSL | 245.08º | 0.69% | 0.83% | - |
| HSV(B) | 245.08º | 0.24% | 0.95% | - |
| XYZ | 53.7 | 50.97 | 91.01 | - |
| YUV | 191.22 | 156.66 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 242 | 0.22 | 0.24 | 0 | 0.05 | 245.08 | 0.69 | 0.83 |
| Hex | BC | B7 | F2 | 16 | 18 | 0 | 5 | F5 | 45 | 53 |
| Octal | 274 | 267 | 362 | 26 | 30 | 0 | 5 | 365 | 105 | 123 |
| Binary | 10111100 | 10110111 | 11110010 | 10110 | 11000 | 0 | 101 | 11110101 | 1000101 | 1010011 |
Color Harmonies of #BCB7F2
Complementary color
Monochromatic Colors of #BCB7F2
Black with #BCB7F2
Text Example
Text Example
White with #BCB7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB7F2; }
p { color: rgb(188,183,242); }
H1.HeaderClassName
{
color: #BCB7F2;
}
.AnyTagClassName
{
color: #BCB7F2;
}
</style>
background-color css
<style>
a { background-color: #BCB7F2; }
a { background-color: rgb(188,183,242); }
div.DivClassName
{
background-color: #BCB7F2;
}
.BgClassName
{
background-color: #BCB7F2;
}
</style>
border-color css
<style>
span { border-color: #BCB7F2; }
span { border-color: rgb(188,183,242); }
td.TdClassName
{
border-color: #BCB7F2;
}
.TagClassName
{
border-color: #BCB7F2;
}
</style>