Shades of Lily #BBA3B7
Tints of Lily #BBA3B7
RGB
CMYK
RGB Variations
Color information
#BBA3B7 (or 0xBBA3B7) is known color: Lily. HEX triplet: BB, A3 and B7. RGB value is (187,163,183). Sum of RGB (Red+Green+Blue) = 187+163+183=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 183 (71.88% from 255 or 34.33% from 533); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3B7 is #445C48. Grayscale: #ACACAC. Windows color (decimal): -4480073 or 12035003. OLE color: 12035003.
HSL color Cylindrical-coordinate representation of color #BBA3B7: hue angle of 310º 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 #BBA3B7 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 163 | 183 | - |
CMYK | 0 | 0.13 | 0.02 | 0.27 |
HSL | 310º | 0.15% | 0.69% | - |
HSV(B) | 310º | 0.13% | 0.73% | - |
XYZ | 42.14 | 40.18 | 50.33 | - |
YUV | 172.46 | 133.95 | 138.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 163 | 183 | 0 | 0.13 | 0.02 | 0.27 | 310 | 0.15 | 0.69 |
Hex | BB | A3 | B7 | 0 | D | 2 | 1B | 136 | F | 45 |
Octal | 273 | 243 | 267 | 0 | 15 | 2 | 33 | 466 | 17 | 105 |
Binary | 10111011 | 10100011 | 10110111 | 0 | 1101 | 10 | 11011 | 100110110 | 1111 | 1000101 |
Color Harmonies of #BBA3B7
Complementary color
Monochromatic Colors of #BBA3B7
Black with #BBA3B7
Text Example
Text Example
White with #BBA3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3B7; }
p { color: rgb(187,163,183); }
H1.HeaderClassName
{
color: #BBA3B7;
}
.AnyTagClassName
{
color: #BBA3B7;
}
</style>
background-color css
<style>
a { background-color: #BBA3B7; }
a { background-color: rgb(187,163,183); }
div.DivClassName
{
background-color: #BBA3B7;
}
.BgClassName
{
background-color: #BBA3B7;
}
</style>
border-color css
<style>
span { border-color: #BBA3B7; }
span { border-color: rgb(187,163,183); }
td.TdClassName
{
border-color: #BBA3B7;
}
.TagClassName
{
border-color: #BBA3B7;
}
</style>