Shades of Lavender Grey #B2B2CE
Tints of Lavender Grey #B2B2CE
RGB
CMYK
RGB Variations
Color information
#B2B2CE (or 0xB2B2CE) is known color: Lavender Grey. HEX triplet: B2, B2 and CE. RGB value is (178,178,206). Sum of RGB (Red+Green+Blue) = 178+178+206=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 178 (69.92% from 255 or 31.67% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #B2B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2CE is #4D4D31. Grayscale: #B5B5B5. Windows color (decimal): -5066034 or 13546162. OLE color: 13546162.
HSL color Cylindrical-coordinate representation of color #B2B2CE: hue angle of 240º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2B2CE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 178 | 206 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.19 |
| HSL | 240º | 0.22% | 0.75% | - |
| HSV(B) | 240º | 0.14% | 0.81% | - |
| XYZ | 45.42 | 45.76 | 64.83 | - |
| YUV | 181.19 | 142 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 178 | 206 | 0.14 | 0.14 | 0 | 0.19 | 240 | 0.22 | 0.75 |
| Hex | B2 | B2 | CE | E | E | 0 | 13 | F0 | 16 | 4B |
| Octal | 262 | 262 | 316 | 16 | 16 | 0 | 23 | 360 | 26 | 113 |
| Binary | 10110010 | 10110010 | 11001110 | 1110 | 1110 | 0 | 10011 | 11110000 | 10110 | 1001011 |
Color Harmonies of #B2B2CE
Complementary color
Monochromatic Colors of #B2B2CE
Black with #B2B2CE
Text Example
Text Example
White with #B2B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2CE; }
p { color: rgb(178,178,206); }
H1.HeaderClassName
{
color: #B2B2CE;
}
.AnyTagClassName
{
color: #B2B2CE;
}
</style>
background-color css
<style>
a { background-color: #B2B2CE; }
a { background-color: rgb(178,178,206); }
div.DivClassName
{
background-color: #B2B2CE;
}
.BgClassName
{
background-color: #B2B2CE;
}
</style>
border-color css
<style>
span { border-color: #B2B2CE; }
span { border-color: rgb(178,178,206); }
td.TdClassName
{
border-color: #B2B2CE;
}
.TagClassName
{
border-color: #B2B2CE;
}
</style>