Shades of Lavender Grey #B2AFDF
Tints of Lavender Grey #B2AFDF
RGB
CMYK
RGB Variations
Color information
#B2AFDF (or 0xB2AFDF) is known color: Lavender Grey. HEX triplet: B2, AF and DF. RGB value is (178,175,223). Sum of RGB (Red+Green+Blue) = 178+175+223=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFDF is #4D5020. Grayscale: #B5B5B5. Windows color (decimal): -5066785 or 14659506. OLE color: 14659506.
HSL color Cylindrical-coordinate representation of color #B2AFDF: hue angle of 243.75º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AFDF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 175 | 223 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.13 |
| HSL | 243.75º | 0.43% | 0.78% | - |
| HSV(B) | 243.75º | 0.22% | 0.87% | - |
| XYZ | 47.01 | 45.45 | 76.11 | - |
| YUV | 181.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 223 | 0.20 | 0.22 | 0 | 0.13 | 243.75 | 0.43 | 0.78 |
| Hex | B2 | AF | DF | 14 | 16 | 0 | D | F4 | 2B | 4E |
| Octal | 262 | 257 | 337 | 24 | 26 | 0 | 15 | 364 | 53 | 116 |
| Binary | 10110010 | 10101111 | 11011111 | 10100 | 10110 | 0 | 1101 | 11110100 | 101011 | 1001110 |
Color Harmonies of #B2AFDF
Complementary color
Monochromatic Colors of #B2AFDF
Black with #B2AFDF
Text Example
Text Example
White with #B2AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFDF; }
p { color: rgb(178,175,223); }
H1.HeaderClassName
{
color: #B2AFDF;
}
.AnyTagClassName
{
color: #B2AFDF;
}
</style>
background-color css
<style>
a { background-color: #B2AFDF; }
a { background-color: rgb(178,175,223); }
div.DivClassName
{
background-color: #B2AFDF;
}
.BgClassName
{
background-color: #B2AFDF;
}
</style>
border-color css
<style>
span { border-color: #B2AFDF; }
span { border-color: rgb(178,175,223); }
td.TdClassName
{
border-color: #B2AFDF;
}
.TagClassName
{
border-color: #B2AFDF;
}
</style>