Shades of Lily #B8B2B5
Tints of Lily #B8B2B5
RGB
CMYK
RGB Variations
Color information
#B8B2B5 (or 0xB8B2B5) is known color: Lily. HEX triplet: B8, B2 and B5. RGB value is (184,178,181). Sum of RGB (Red+Green+Blue) = 184+178+181=543 (71% of max value = 765). Red value is 184 (72.27% from 255 or 33.89% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8B2B5 is #474D4A. Grayscale: #B4B4B4. Windows color (decimal): -4672843 or 11907768. OLE color: 11907768.
HSL color Cylindrical-coordinate representation of color #B8B2B5: hue angle of 330º degrees, saturation: 0.04, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8B2B5 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
RGB | 184 | 178 | 181 | - |
CMYK | 0 | 0.03 | 0.02 | 0.28 |
HSL | 330º | 0.04% | 0.71% | - |
HSV(B) | 330º | 0.03% | 0.72% | - |
XYZ | 44.03 | 45.37 | 50.15 | - |
YUV | 180.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 178 | 181 | 0 | 0.03 | 0.02 | 0.28 | 330 | 0.04 | 0.71 |
Hex | B8 | B2 | B5 | 0 | 3 | 2 | 1C | 14A | 4 | 47 |
Octal | 270 | 262 | 265 | 0 | 3 | 2 | 34 | 512 | 4 | 107 |
Binary | 10111000 | 10110010 | 10110101 | 0 | 11 | 10 | 11100 | 101001010 | 100 | 1000111 |
Color Harmonies of #B8B2B5
Complementary color
Monochromatic Colors of #B8B2B5
Black with #B8B2B5
Text Example
Text Example
White with #B8B2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B2B5; }
p { color: rgb(184,178,181); }
H1.HeaderClassName
{
color: #B8B2B5;
}
.AnyTagClassName
{
color: #B8B2B5;
}
</style>
background-color css
<style>
a { background-color: #B8B2B5; }
a { background-color: rgb(184,178,181); }
div.DivClassName
{
background-color: #B8B2B5;
}
.BgClassName
{
background-color: #B8B2B5;
}
</style>
border-color css
<style>
span { border-color: #B8B2B5; }
span { border-color: rgb(184,178,181); }
td.TdClassName
{
border-color: #B8B2B5;
}
.TagClassName
{
border-color: #B8B2B5;
}
</style>