Shades of Lily #BBA3B5
Tints of Lily #BBA3B5
RGB
CMYK
RGB Variations
Color information
#BBA3B5 (or 0xBBA3B5) is known color: Lily. HEX triplet: BB, A3 and B5. RGB value is (187,163,181). Sum of RGB (Red+Green+Blue) = 187+163+181=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA3B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA3B5 is #445C4A. Grayscale: #ACACAC. Windows color (decimal): -4480075 or 11903931. OLE color: 11903931.
HSL color Cylindrical-coordinate representation of color #BBA3B5: hue angle of 315º 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 #BBA3B5 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 163 | 181 | - |
CMYK | 0 | 0.13 | 0.03 | 0.27 |
HSL | 315º | 0.15% | 0.69% | - |
HSV(B) | 315º | 0.13% | 0.73% | - |
XYZ | 41.93 | 40.1 | 49.25 | - |
YUV | 172.23 | 132.95 | 138.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 163 | 181 | 0 | 0.13 | 0.03 | 0.27 | 315 | 0.15 | 0.69 |
Hex | BB | A3 | B5 | 0 | D | 3 | 1B | 13B | F | 45 |
Octal | 273 | 243 | 265 | 0 | 15 | 3 | 33 | 473 | 17 | 105 |
Binary | 10111011 | 10100011 | 10110101 | 0 | 1101 | 11 | 11011 | 100111011 | 1111 | 1000101 |
Color Harmonies of #BBA3B5
Complementary color
Monochromatic Colors of #BBA3B5
Black with #BBA3B5
Text Example
Text Example
White with #BBA3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA3B5; }
p { color: rgb(187,163,181); }
H1.HeaderClassName
{
color: #BBA3B5;
}
.AnyTagClassName
{
color: #BBA3B5;
}
</style>
background-color css
<style>
a { background-color: #BBA3B5; }
a { background-color: rgb(187,163,181); }
div.DivClassName
{
background-color: #BBA3B5;
}
.BgClassName
{
background-color: #BBA3B5;
}
</style>
border-color css
<style>
span { border-color: #BBA3B5; }
span { border-color: rgb(187,163,181); }
td.TdClassName
{
border-color: #BBA3B5;
}
.TagClassName
{
border-color: #BBA3B5;
}
</style>