Shades of Lavender Grey #B2B2DB
Tints of Lavender Grey #B2B2DB
RGB
CMYK
RGB Variations
Color information
#B2B2DB (or 0xB2B2DB) is known color: Lavender Grey. HEX triplet: B2, B2 and DB. RGB value is (178,178,219). Sum of RGB (Red+Green+Blue) = 178+178+219=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 178 (69.92% from 255 or 30.96% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2B2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2B2DB is #4D4D24. Grayscale: #B6B6B6. Windows color (decimal): -5066021 or 14398130. OLE color: 14398130.
HSL color Cylindrical-coordinate representation of color #B2B2DB: hue angle of 240º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2B2DB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 178 | 178 | 219 | - |
CMYK | 0.19 | 0.19 | 0 | 0.14 |
HSL | 240º | 0.36% | 0.78% | - |
HSV(B) | 240º | 0.19% | 0.86% | - |
XYZ | 47.07 | 46.42 | 73.5 | - |
YUV | 182.67 | 148.5 | 124.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 178 | 219 | 0.19 | 0.19 | 0 | 0.14 | 240 | 0.36 | 0.78 |
Hex | B2 | B2 | DB | 13 | 13 | 0 | E | F0 | 24 | 4E |
Octal | 262 | 262 | 333 | 23 | 23 | 0 | 16 | 360 | 44 | 116 |
Binary | 10110010 | 10110010 | 11011011 | 10011 | 10011 | 0 | 1110 | 11110000 | 100100 | 1001110 |
Color Harmonies of #B2B2DB
Complementary color
Monochromatic Colors of #B2B2DB
Black with #B2B2DB
Text Example
Text Example
White with #B2B2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B2DB; }
p { color: rgb(178,178,219); }
H1.HeaderClassName
{
color: #B2B2DB;
}
.AnyTagClassName
{
color: #B2B2DB;
}
</style>
background-color css
<style>
a { background-color: #B2B2DB; }
a { background-color: rgb(178,178,219); }
div.DivClassName
{
background-color: #B2B2DB;
}
.BgClassName
{
background-color: #B2B2DB;
}
</style>
border-color css
<style>
span { border-color: #B2B2DB; }
span { border-color: rgb(178,178,219); }
td.TdClassName
{
border-color: #B2B2DB;
}
.TagClassName
{
border-color: #B2B2DB;
}
</style>