Shades of Lavender Blue #B8B0FF
Tints of Lavender Blue #B8B0FF
RGB
CMYK
RGB Variations
Color information
#B8B0FF (or 0xB8B0FF) is known color: Lavender Blue. HEX triplet: B8, B0 and FF. RGB value is (184,176,255). Sum of RGB (Red+Green+Blue) = 184+176+255=615 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.92% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8B0FF is #474F00. Grayscale: #BBBBBB. Windows color (decimal): -4673281 or 16756920. OLE color: 16756920.
HSL color Cylindrical-coordinate representation of color #B8B0FF: hue angle of 246.08º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8B0FF is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 184 | 176 | 255 | - |
CMYK | 0.28 | 0.31 | 0 | 0 |
HSL | 246.08º | 1% | 0.85% | - |
HSV(B) | 246.08º | 0.31% | 1% | - |
XYZ | 53.34 | 48.46 | 101.15 | - |
YUV | 187.4 | 166.15 | 125.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 176 | 255 | 0.28 | 0.31 | 0 | 0 | 246.08 | 1 | 0.85 |
Hex | B8 | B0 | FF | 1C | 1F | 0 | 0 | F6 | 64 | 55 |
Octal | 270 | 260 | 377 | 34 | 37 | 0 | 0 | 366 | 144 | 125 |
Binary | 10111000 | 10110000 | 11111111 | 11100 | 11111 | 0 | 0 | 11110110 | 1100100 | 1010101 |
Color Harmonies of #B8B0FF
Complementary color
Monochromatic Colors of #B8B0FF
Black with #B8B0FF
Text Example
Text Example
White with #B8B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B0FF; }
p { color: rgb(184,176,255); }
H1.HeaderClassName
{
color: #B8B0FF;
}
.AnyTagClassName
{
color: #B8B0FF;
}
</style>
background-color css
<style>
a { background-color: #B8B0FF; }
a { background-color: rgb(184,176,255); }
div.DivClassName
{
background-color: #B8B0FF;
}
.BgClassName
{
background-color: #B8B0FF;
}
</style>
border-color css
<style>
span { border-color: #B8B0FF; }
span { border-color: rgb(184,176,255); }
td.TdClassName
{
border-color: #B8B0FF;
}
.TagClassName
{
border-color: #B8B0FF;
}
</style>