Shades of Lavender Grey #B4B2DF
Tints of Lavender Grey #B4B2DF
RGB
CMYK
RGB Variations
Color information
#B4B2DF (or 0xB4B2DF) is known color: Lavender Grey. HEX triplet: B4, B2 and DF. RGB value is (180,178,223). Sum of RGB (Red+Green+Blue) = 180+178+223=581 (76% of max value = 765). Red value is 180 (70.70% from 255 or 30.98% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B4B2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4B2DF is #4B4D20. Grayscale: #B7B7B7. Windows color (decimal): -4934945 or 14660276. OLE color: 14660276.
HSL color Cylindrical-coordinate representation of color #B4B2DF: hue angle of 242.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 #B4B2DF is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 178 | 223 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.13 |
| HSL | 242.67º | 0.41% | 0.79% | - |
| HSV(B) | 242.67º | 0.2% | 0.87% | - |
| XYZ | 48.06 | 46.87 | 76.33 | - |
| YUV | 183.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 223 | 0.19 | 0.20 | 0 | 0.13 | 242.67 | 0.41 | 0.79 |
| Hex | B4 | B2 | DF | 13 | 14 | 0 | D | F3 | 29 | 4F |
| Octal | 264 | 262 | 337 | 23 | 24 | 0 | 15 | 363 | 51 | 117 |
| Binary | 10110100 | 10110010 | 11011111 | 10011 | 10100 | 0 | 1101 | 11110011 | 101001 | 1001111 |
Color Harmonies of #B4B2DF
Complementary color
Monochromatic Colors of #B4B2DF
Black with #B4B2DF
Text Example
Text Example
White with #B4B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B2DF; }
p { color: rgb(180,178,223); }
H1.HeaderClassName
{
color: #B4B2DF;
}
.AnyTagClassName
{
color: #B4B2DF;
}
</style>
background-color css
<style>
a { background-color: #B4B2DF; }
a { background-color: rgb(180,178,223); }
div.DivClassName
{
background-color: #B4B2DF;
}
.BgClassName
{
background-color: #B4B2DF;
}
</style>
border-color css
<style>
span { border-color: #B4B2DF; }
span { border-color: rgb(180,178,223); }
td.TdClassName
{
border-color: #B4B2DF;
}
.TagClassName
{
border-color: #B4B2DF;
}
</style>