Shades of Lavender Grey #B1AFDF
Tints of Lavender Grey #B1AFDF
RGB
CMYK
RGB Variations
Color information
#B1AFDF (or 0xB1AFDF) is known color: Lavender Grey. HEX triplet: B1, AF and DF. RGB value is (177,175,223). Sum of RGB (Red+Green+Blue) = 177+175+223=575 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.78% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #B1AFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFDF is #4E5020. Grayscale: #B4B4B4. Windows color (decimal): -5132321 or 14659505. OLE color: 14659505.
HSL color Cylindrical-coordinate representation of color #B1AFDF: hue angle of 242.5º 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 #B1AFDF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 175 | 223 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.13 |
| HSL | 242.5º | 0.43% | 0.78% | - |
| HSV(B) | 242.5º | 0.22% | 0.87% | - |
| XYZ | 46.78 | 45.33 | 76.1 | - |
| YUV | 181.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 175 | 223 | 0.21 | 0.22 | 0 | 0.13 | 242.5 | 0.43 | 0.78 |
| Hex | B1 | AF | DF | 15 | 16 | 0 | D | F2 | 2B | 4E |
| Octal | 261 | 257 | 337 | 25 | 26 | 0 | 15 | 362 | 53 | 116 |
| Binary | 10110001 | 10101111 | 11011111 | 10101 | 10110 | 0 | 1101 | 11110010 | 101011 | 1001110 |
Color Harmonies of #B1AFDF
Complementary color
Monochromatic Colors of #B1AFDF
Black with #B1AFDF
Text Example
Text Example
White with #B1AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1AFDF; }
p { color: rgb(177,175,223); }
H1.HeaderClassName
{
color: #B1AFDF;
}
.AnyTagClassName
{
color: #B1AFDF;
}
</style>
background-color css
<style>
a { background-color: #B1AFDF; }
a { background-color: rgb(177,175,223); }
div.DivClassName
{
background-color: #B1AFDF;
}
.BgClassName
{
background-color: #B1AFDF;
}
</style>
border-color css
<style>
span { border-color: #B1AFDF; }
span { border-color: rgb(177,175,223); }
td.TdClassName
{
border-color: #B1AFDF;
}
.TagClassName
{
border-color: #B1AFDF;
}
</style>