Shades of Lavender Grey #B7B8CF
Tints of Lavender Grey #B7B8CF
RGB
CMYK
RGB Variations
Color information
#B7B8CF (or 0xB7B8CF) is known color: Lavender Grey. HEX triplet: B7, B8 and CF. RGB value is (183,184,207). Sum of RGB (Red+Green+Blue) = 183+184+207=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 184 (72.27% from 255 or 32.06% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B7B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7B8CF is #484730. Grayscale: #BABABA. Windows color (decimal): -4736817 or 13613239. OLE color: 13613239.
HSL color Cylindrical-coordinate representation of color #B7B8CF: hue angle of 237.5º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7B8CF is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 184 | 207 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.19 |
| HSL | 237.5º | 0.2% | 0.76% | - |
| HSV(B) | 237.5º | 0.12% | 0.81% | - |
| XYZ | 47.93 | 48.85 | 65.93 | - |
| YUV | 186.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 184 | 207 | 0.12 | 0.11 | 0 | 0.19 | 237.5 | 0.2 | 0.76 |
| Hex | B7 | B8 | CF | C | B | 0 | 13 | EE | 14 | 4C |
| Octal | 267 | 270 | 317 | 14 | 13 | 0 | 23 | 356 | 24 | 114 |
| Binary | 10110111 | 10111000 | 11001111 | 1100 | 1011 | 0 | 10011 | 11101110 | 10100 | 1001100 |
Color Harmonies of #B7B8CF
Complementary color
Monochromatic Colors of #B7B8CF
Black with #B7B8CF
Text Example
Text Example
White with #B7B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B8CF; }
p { color: rgb(183,184,207); }
H1.HeaderClassName
{
color: #B7B8CF;
}
.AnyTagClassName
{
color: #B7B8CF;
}
</style>
background-color css
<style>
a { background-color: #B7B8CF; }
a { background-color: rgb(183,184,207); }
div.DivClassName
{
background-color: #B7B8CF;
}
.BgClassName
{
background-color: #B7B8CF;
}
</style>
border-color css
<style>
span { border-color: #B7B8CF; }
span { border-color: rgb(183,184,207); }
td.TdClassName
{
border-color: #B7B8CF;
}
.TagClassName
{
border-color: #B7B8CF;
}
</style>