Shades of Lavender Grey #BCBECF
Tints of Lavender Grey #BCBECF
RGB
CMYK
RGB Variations
Color information
#BCBECF (or 0xBCBECF) is known color: Lavender Grey. HEX triplet: BC, BE and CF. RGB value is (188,190,207). Sum of RGB (Red+Green+Blue) = 188+190+207=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBECF is #434130. Grayscale: #BFBFBF. Windows color (decimal): -4407601 or 13614780. OLE color: 13614780.
HSL color Cylindrical-coordinate representation of color #BCBECF: hue angle of 233.68º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCBECF is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 190 | 207 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.19 |
| HSL | 233.68º | 0.17% | 0.77% | - |
| HSV(B) | 233.68º | 0.09% | 0.81% | - |
| XYZ | 50.41 | 52.02 | 66.42 | - |
| YUV | 191.34 | 136.84 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 190 | 207 | 0.09 | 0.08 | 0 | 0.19 | 233.68 | 0.17 | 0.77 |
| Hex | BC | BE | CF | 9 | 8 | 0 | 13 | EA | 11 | 4D |
| Octal | 274 | 276 | 317 | 11 | 10 | 0 | 23 | 352 | 21 | 115 |
| Binary | 10111100 | 10111110 | 11001111 | 1001 | 1000 | 0 | 10011 | 11101010 | 10001 | 1001101 |
Color Harmonies of #BCBECF
Complementary color
Monochromatic Colors of #BCBECF
Black with #BCBECF
Text Example
Text Example
White with #BCBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBECF; }
p { color: rgb(188,190,207); }
H1.HeaderClassName
{
color: #BCBECF;
}
.AnyTagClassName
{
color: #BCBECF;
}
</style>
background-color css
<style>
a { background-color: #BCBECF; }
a { background-color: rgb(188,190,207); }
div.DivClassName
{
background-color: #BCBECF;
}
.BgClassName
{
background-color: #BCBECF;
}
</style>
border-color css
<style>
span { border-color: #BCBECF; }
span { border-color: rgb(188,190,207); }
td.TdClassName
{
border-color: #BCBECF;
}
.TagClassName
{
border-color: #BCBECF;
}
</style>