Shades of Lily #BBA3B4
Tints of Lily #BBA3B4
RGB
CMYK
RGB Variations
Color information
#BBA3B4 (or 0xBBA3B4) is known color: Lily. HEX triplet: BB, A3 and B4. RGB value is (187,163,180). Sum of RGB (Red+Green+Blue) = 187+163+180=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3B4 is #445C4B. Grayscale: #ACACAC. Windows color (decimal): -4480076 or 11838395. OLE color: 11838395.
HSL color Cylindrical-coordinate representation of color #BBA3B4: hue angle of 317.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BBA3B4 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 180 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.27 |
| HSL | 317.5º | 0.15% | 0.69% | - |
| HSV(B) | 317.5º | 0.13% | 0.73% | - |
| XYZ | 41.83 | 40.05 | 48.71 | - |
| YUV | 172.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 180 | 0 | 0.13 | 0.04 | 0.27 | 317.5 | 0.15 | 0.69 |
| Hex | BB | A3 | B4 | 0 | D | 4 | 1B | 13E | F | 45 |
| Octal | 273 | 243 | 264 | 0 | 15 | 4 | 33 | 476 | 17 | 105 |
| Binary | 10111011 | 10100011 | 10110100 | 0 | 1101 | 100 | 11011 | 100111110 | 1111 | 1000101 |
Color Harmonies of #BBA3B4
Complementary color
Monochromatic Colors of #BBA3B4
Black with #BBA3B4
Text Example
Text Example
White with #BBA3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3B4; }
p { color: rgb(187,163,180); }
H1.HeaderClassName
{
color: #BBA3B4;
}
.AnyTagClassName
{
color: #BBA3B4;
}
</style>
background-color css
<style>
a { background-color: #BBA3B4; }
a { background-color: rgb(187,163,180); }
div.DivClassName
{
background-color: #BBA3B4;
}
.BgClassName
{
background-color: #BBA3B4;
}
</style>
border-color css
<style>
span { border-color: #BBA3B4; }
span { border-color: rgb(187,163,180); }
td.TdClassName
{
border-color: #BBA3B4;
}
.TagClassName
{
border-color: #BBA3B4;
}
</style>