Shades of Lavender Grey #B2AFDD
Tints of Lavender Grey #B2AFDD
RGB
CMYK
RGB Variations
Color information
#B2AFDD (or 0xB2AFDD) is known color: Lavender Grey. HEX triplet: B2, AF and DD. RGB value is (178,175,221). Sum of RGB (Red+Green+Blue) = 178+175+221=574 (76% of max value = 765). Red value is 178 (69.92% from 255 or 31.01% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDD is #4D5022. Grayscale: #B4B4B4. Windows color (decimal): -5066787 or 14528434. OLE color: 14528434.
HSL color Cylindrical-coordinate representation of color #B2AFDD: hue angle of 243.91º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2AFDD is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 178 | 175 | 221 | - |
CMYK | 0.19 | 0.21 | 0 | 0.13 |
HSL | 243.91º | 0.4% | 0.78% | - |
HSV(B) | 243.91º | 0.21% | 0.87% | - |
XYZ | 46.74 | 45.35 | 74.7 | - |
YUV | 181.14 | 150.49 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 175 | 221 | 0.19 | 0.21 | 0 | 0.13 | 243.91 | 0.4 | 0.78 |
Hex | B2 | AF | DD | 13 | 15 | 0 | D | F4 | 28 | 4E |
Octal | 262 | 257 | 335 | 23 | 25 | 0 | 15 | 364 | 50 | 116 |
Binary | 10110010 | 10101111 | 11011101 | 10011 | 10101 | 0 | 1101 | 11110100 | 101000 | 1001110 |
Color Harmonies of #B2AFDD
Complementary color
Monochromatic Colors of #B2AFDD
Black with #B2AFDD
Text Example
Text Example
White with #B2AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFDD; }
p { color: rgb(178,175,221); }
H1.HeaderClassName
{
color: #B2AFDD;
}
.AnyTagClassName
{
color: #B2AFDD;
}
</style>
background-color css
<style>
a { background-color: #B2AFDD; }
a { background-color: rgb(178,175,221); }
div.DivClassName
{
background-color: #B2AFDD;
}
.BgClassName
{
background-color: #B2AFDD;
}
</style>
border-color css
<style>
span { border-color: #B2AFDD; }
span { border-color: rgb(178,175,221); }
td.TdClassName
{
border-color: #B2AFDD;
}
.TagClassName
{
border-color: #B2AFDD;
}
</style>