Shades of Lavender Blue #B8B2FF
Tints of Lavender Blue #B8B2FF
RGB
CMYK
RGB Variations
Color information
#B8B2FF (or 0xB8B2FF) is known color: Lavender Blue. HEX triplet: B8, B2 and FF. RGB value is (184,178,255). Sum of RGB (Red+Green+Blue) = 184+178+255=617 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.82% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 255 (100% from 255 or 41.33% from 617); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8B2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B2FF is #474D00. Grayscale: #BCBCBC. Windows color (decimal): -4672769 or 16757432. OLE color: 16757432.
HSL color Cylindrical-coordinate representation of color #B8B2FF: hue angle of 244.68º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8B2FF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 178 | 255 | - |
| CMYK | 0.28 | 0.30 | 0 | 0 |
| HSL | 244.68º | 1% | 0.85% | - |
| HSV(B) | 244.68º | 0.3% | 1% | - |
| XYZ | 53.74 | 49.25 | 101.28 | - |
| YUV | 188.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 255 | 0.28 | 0.30 | 0 | 0 | 244.68 | 1 | 0.85 |
| Hex | B8 | B2 | FF | 1C | 1E | 0 | 0 | F5 | 64 | 55 |
| Octal | 270 | 262 | 377 | 34 | 36 | 0 | 0 | 365 | 144 | 125 |
| Binary | 10111000 | 10110010 | 11111111 | 11100 | 11110 | 0 | 0 | 11110101 | 1100100 | 1010101 |
Color Harmonies of #B8B2FF
Complementary color
Monochromatic Colors of #B8B2FF
Black with #B8B2FF
Text Example
Text Example
White with #B8B2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2FF; }
p { color: rgb(184,178,255); }
H1.HeaderClassName
{
color: #B8B2FF;
}
.AnyTagClassName
{
color: #B8B2FF;
}
</style>
background-color css
<style>
a { background-color: #B8B2FF; }
a { background-color: rgb(184,178,255); }
div.DivClassName
{
background-color: #B8B2FF;
}
.BgClassName
{
background-color: #B8B2FF;
}
</style>
border-color css
<style>
span { border-color: #B8B2FF; }
span { border-color: rgb(184,178,255); }
td.TdClassName
{
border-color: #B8B2FF;
}
.TagClassName
{
border-color: #B8B2FF;
}
</style>