Shades of Lily #B3AFB2
Tints of Lily #B3AFB2
RGB
CMYK
RGB Variations
Color information
#B3AFB2 (or 0xB3AFB2) is known color: Lily. HEX triplet: B3, AF and B2. RGB value is (179,175,178). Sum of RGB (Red+Green+Blue) = 179+175+178=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AFB2 is #4C504D. Grayscale: #B0B0B0. Windows color (decimal): -5001294 or 11710387. OLE color: 11710387.
HSL color Cylindrical-coordinate representation of color #B3AFB2: hue angle of 315º degrees, saturation: 0.03, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #B3AFB2 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 175 | 178 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.30 |
| HSL | 315º | 0.03% | 0.69% | - |
| HSV(B) | 315º | 0.02% | 0.7% | - |
| XYZ | 41.96 | 43.46 | 48.3 | - |
| YUV | 176.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 175 | 178 | 0 | 0.02 | 0.01 | 0.30 | 315 | 0.03 | 0.69 |
| Hex | B3 | AF | B2 | 0 | 2 | 1 | 1E | 13B | 3 | 45 |
| Octal | 263 | 257 | 262 | 0 | 2 | 1 | 36 | 473 | 3 | 105 |
| Binary | 10110011 | 10101111 | 10110010 | 0 | 10 | 1 | 11110 | 100111011 | 11 | 1000101 |
Color Harmonies of #B3AFB2
Complementary color
Monochromatic Colors of #B3AFB2
Black with #B3AFB2
Text Example
Text Example
White with #B3AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3AFB2; }
p { color: rgb(179,175,178); }
H1.HeaderClassName
{
color: #B3AFB2;
}
.AnyTagClassName
{
color: #B3AFB2;
}
</style>
background-color css
<style>
a { background-color: #B3AFB2; }
a { background-color: rgb(179,175,178); }
div.DivClassName
{
background-color: #B3AFB2;
}
.BgClassName
{
background-color: #B3AFB2;
}
</style>
border-color css
<style>
span { border-color: #B3AFB2; }
span { border-color: rgb(179,175,178); }
td.TdClassName
{
border-color: #B3AFB2;
}
.TagClassName
{
border-color: #B3AFB2;
}
</style>