Shades of Lavender Grey #B2B3DF
Tints of Lavender Grey #B2B3DF
RGB
CMYK
RGB Variations
Color information
#B2B3DF (or 0xB2B3DF) is known color: Lavender Grey. HEX triplet: B2, B3 and DF. RGB value is (178,179,223). Sum of RGB (Red+Green+Blue) = 178+179+223=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 179 (70.31% from 255 or 30.86% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B3DF is #4D4C20. Grayscale: #B7B7B7. Windows color (decimal): -5065761 or 14660530. OLE color: 14660530.
HSL color Cylindrical-coordinate representation of color #B2B3DF: hue angle of 238.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B3DF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 179 | 223 | - |
| CMYK | 0.20 | 0.20 | 0 | 0.13 |
| HSL | 238.67º | 0.41% | 0.79% | - |
| HSV(B) | 238.67º | 0.2% | 0.87% | - |
| XYZ | 47.8 | 47.03 | 76.37 | - |
| YUV | 183.72 | 150.17 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 179 | 223 | 0.20 | 0.20 | 0 | 0.13 | 238.67 | 0.41 | 0.79 |
| Hex | B2 | B3 | DF | 14 | 14 | 0 | D | EF | 29 | 4F |
| Octal | 262 | 263 | 337 | 24 | 24 | 0 | 15 | 357 | 51 | 117 |
| Binary | 10110010 | 10110011 | 11011111 | 10100 | 10100 | 0 | 1101 | 11101111 | 101001 | 1001111 |
Color Harmonies of #B2B3DF
Complementary color
Monochromatic Colors of #B2B3DF
Black with #B2B3DF
Text Example
Text Example
White with #B2B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B3DF; }
p { color: rgb(178,179,223); }
H1.HeaderClassName
{
color: #B2B3DF;
}
.AnyTagClassName
{
color: #B2B3DF;
}
</style>
background-color css
<style>
a { background-color: #B2B3DF; }
a { background-color: rgb(178,179,223); }
div.DivClassName
{
background-color: #B2B3DF;
}
.BgClassName
{
background-color: #B2B3DF;
}
</style>
border-color css
<style>
span { border-color: #B2B3DF; }
span { border-color: rgb(178,179,223); }
td.TdClassName
{
border-color: #B2B3DF;
}
.TagClassName
{
border-color: #B2B3DF;
}
</style>