Shades of Lily #BBADB5
Tints of Lily #BBADB5
RGB
CMYK
RGB Variations
Color information
#BBADB5 (or 0xBBADB5) is known color: Lily. HEX triplet: BB, AD and B5. RGB value is (187,173,181). Sum of RGB (Red+Green+Blue) = 187+173+181=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADB5 is #44524A. Grayscale: #B2B2B2. Windows color (decimal): -4477515 or 11906491. OLE color: 11906491.
HSL color Cylindrical-coordinate representation of color #BBADB5: hue angle of 325.71º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBADB5 is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
RGB | 187 | 173 | 181 | - |
CMYK | 0 | 0.07 | 0.03 | 0.27 |
HSL | 325.71º | 0.09% | 0.71% | - |
HSV(B) | 325.71º | 0.07% | 0.73% | - |
XYZ | 43.78 | 43.79 | 49.86 | - |
YUV | 178.1 | 129.64 | 134.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 173 | 181 | 0 | 0.07 | 0.03 | 0.27 | 325.71 | 0.09 | 0.71 |
Hex | BB | AD | B5 | 0 | 7 | 3 | 1B | 146 | 9 | 47 |
Octal | 273 | 255 | 265 | 0 | 7 | 3 | 33 | 506 | 11 | 107 |
Binary | 10111011 | 10101101 | 10110101 | 0 | 111 | 11 | 11011 | 101000110 | 1001 | 1000111 |
Color Harmonies of #BBADB5
Complementary color
Monochromatic Colors of #BBADB5
Black with #BBADB5
Text Example
Text Example
White with #BBADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADB5; }
p { color: rgb(187,173,181); }
H1.HeaderClassName
{
color: #BBADB5;
}
.AnyTagClassName
{
color: #BBADB5;
}
</style>
background-color css
<style>
a { background-color: #BBADB5; }
a { background-color: rgb(187,173,181); }
div.DivClassName
{
background-color: #BBADB5;
}
.BgClassName
{
background-color: #BBADB5;
}
</style>
border-color css
<style>
span { border-color: #BBADB5; }
span { border-color: rgb(187,173,181); }
td.TdClassName
{
border-color: #BBADB5;
}
.TagClassName
{
border-color: #BBADB5;
}
</style>