Shades of Lavender Grey #B8BCCF
Tints of Lavender Grey #B8BCCF
RGB
CMYK
RGB Variations
Color information
#B8BCCF (or 0xB8BCCF) is known color: Lavender Grey. HEX triplet: B8, BC and CF. RGB value is (184,188,207). Sum of RGB (Red+Green+Blue) = 184+188+207=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #B8BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BCCF is #474330. Grayscale: #BCBCBC. Windows color (decimal): -4670257 or 13614264. OLE color: 13614264.
HSL color Cylindrical-coordinate representation of color #B8BCCF: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8BCCF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 188 | 207 | - |
| CMYK | 0.11 | 0.09 | 0 | 0.19 |
| HSL | 229.57º | 0.19% | 0.77% | - |
| HSV(B) | 229.57º | 0.11% | 0.81% | - |
| XYZ | 49.01 | 50.66 | 66.23 | - |
| YUV | 188.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 207 | 0.11 | 0.09 | 0 | 0.19 | 229.57 | 0.19 | 0.77 |
| Hex | B8 | BC | CF | B | 9 | 0 | 13 | E6 | 13 | 4D |
| Octal | 270 | 274 | 317 | 13 | 11 | 0 | 23 | 346 | 23 | 115 |
| Binary | 10111000 | 10111100 | 11001111 | 1011 | 1001 | 0 | 10011 | 11100110 | 10011 | 1001101 |
Color Harmonies of #B8BCCF
Complementary color
Monochromatic Colors of #B8BCCF
Black with #B8BCCF
Text Example
Text Example
White with #B8BCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BCCF; }
p { color: rgb(184,188,207); }
H1.HeaderClassName
{
color: #B8BCCF;
}
.AnyTagClassName
{
color: #B8BCCF;
}
</style>
background-color css
<style>
a { background-color: #B8BCCF; }
a { background-color: rgb(184,188,207); }
div.DivClassName
{
background-color: #B8BCCF;
}
.BgClassName
{
background-color: #B8BCCF;
}
</style>
border-color css
<style>
span { border-color: #B8BCCF; }
span { border-color: rgb(184,188,207); }
td.TdClassName
{
border-color: #B8BCCF;
}
.TagClassName
{
border-color: #B8BCCF;
}
</style>