Shades of Lily #BBA8B3
Tints of Lily #BBA8B3
RGB
CMYK
RGB Variations
Color information
#BBA8B3 (or 0xBBA8B3) is known color: Lily. HEX triplet: BB, A8 and B3. RGB value is (187,168,179). Sum of RGB (Red+Green+Blue) = 187+168+179=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 179 (70.31% from 255 or 33.52% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA8B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA8B3 is #44574C. Grayscale: #AEAEAE. Windows color (decimal): -4478797 or 11774139. OLE color: 11774139.
HSL color Cylindrical-coordinate representation of color #BBA8B3: hue angle of 325.26º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA8B3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 179 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.27 |
| HSL | 325.26º | 0.12% | 0.7% | - |
| HSV(B) | 325.26º | 0.1% | 0.73% | - |
| XYZ | 42.63 | 41.82 | 48.47 | - |
| YUV | 174.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 179 | 0 | 0.10 | 0.04 | 0.27 | 325.26 | 0.12 | 0.7 |
| Hex | BB | A8 | B3 | 0 | A | 4 | 1B | 145 | C | 46 |
| Octal | 273 | 250 | 263 | 0 | 12 | 4 | 33 | 505 | 14 | 106 |
| Binary | 10111011 | 10101000 | 10110011 | 0 | 1010 | 100 | 11011 | 101000101 | 1100 | 1000110 |
Color Harmonies of #BBA8B3
Complementary color
Monochromatic Colors of #BBA8B3
Black with #BBA8B3
Text Example
Text Example
White with #BBA8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA8B3; }
p { color: rgb(187,168,179); }
H1.HeaderClassName
{
color: #BBA8B3;
}
.AnyTagClassName
{
color: #BBA8B3;
}
</style>
background-color css
<style>
a { background-color: #BBA8B3; }
a { background-color: rgb(187,168,179); }
div.DivClassName
{
background-color: #BBA8B3;
}
.BgClassName
{
background-color: #BBA8B3;
}
</style>
border-color css
<style>
span { border-color: #BBA8B3; }
span { border-color: rgb(187,168,179); }
td.TdClassName
{
border-color: #BBA8B3;
}
.TagClassName
{
border-color: #BBA8B3;
}
</style>