Shades of Lavender Grey #B2AFE5
Tints of Lavender Grey #B2AFE5
RGB
CMYK
RGB Variations
Color information
#B2AFE5 (or 0xB2AFE5) is known color: Lavender Grey. HEX triplet: B2, AF and E5. RGB value is (178,175,229). Sum of RGB (Red+Green+Blue) = 178+175+229=582 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.58% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #B2AFE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AFE5 is #4D501A. Grayscale: #B5B5B5. Windows color (decimal): -5066779 or 15052722. OLE color: 15052722.
HSL color Cylindrical-coordinate representation of color #B2AFE5: hue angle of 243.33º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2AFE5 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 175 | 229 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.10 |
| HSL | 243.33º | 0.51% | 0.79% | - |
| HSV(B) | 243.33º | 0.24% | 0.9% | - |
| XYZ | 47.83 | 45.78 | 80.44 | - |
| YUV | 182.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 175 | 229 | 0.22 | 0.24 | 0 | 0.10 | 243.33 | 0.51 | 0.79 |
| Hex | B2 | AF | E5 | 16 | 18 | 0 | A | F3 | 33 | 4F |
| Octal | 262 | 257 | 345 | 26 | 30 | 0 | 12 | 363 | 63 | 117 |
| Binary | 10110010 | 10101111 | 11100101 | 10110 | 11000 | 0 | 1010 | 11110011 | 110011 | 1001111 |
Color Harmonies of #B2AFE5
Complementary color
Monochromatic Colors of #B2AFE5
Black with #B2AFE5
Text Example
Text Example
White with #B2AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AFE5; }
p { color: rgb(178,175,229); }
H1.HeaderClassName
{
color: #B2AFE5;
}
.AnyTagClassName
{
color: #B2AFE5;
}
</style>
background-color css
<style>
a { background-color: #B2AFE5; }
a { background-color: rgb(178,175,229); }
div.DivClassName
{
background-color: #B2AFE5;
}
.BgClassName
{
background-color: #B2AFE5;
}
</style>
border-color css
<style>
span { border-color: #B2AFE5; }
span { border-color: rgb(178,175,229); }
td.TdClassName
{
border-color: #B2AFE5;
}
.TagClassName
{
border-color: #B2AFE5;
}
</style>