Shades of Lily #BBAEB4
Tints of Lily #BBAEB4
RGB
CMYK
RGB Variations
Color information
#BBAEB4 (or 0xBBAEB4) is known color: Lily. HEX triplet: BB, AE and B4. RGB value is (187,174,180). Sum of RGB (Red+Green+Blue) = 187+174+180=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 180 (70.70% from 255 or 33.27% from 541); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAEB4 is #44514B. Grayscale: #B2B2B2. Windows color (decimal): -4477260 or 11841211. OLE color: 11841211.
HSL color Cylindrical-coordinate representation of color #BBAEB4: hue angle of 332.31º 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 #BBAEB4 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 174 | 180 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.27 |
| HSL | 332.31º | 0.09% | 0.71% | - |
| HSV(B) | 332.31º | 0.07% | 0.73% | - |
| XYZ | 43.87 | 44.13 | 49.39 | - |
| YUV | 178.57 | 128.81 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 174 | 180 | 0 | 0.07 | 0.04 | 0.27 | 332.31 | 0.09 | 0.71 |
| Hex | BB | AE | B4 | 0 | 7 | 4 | 1B | 14C | 9 | 47 |
| Octal | 273 | 256 | 264 | 0 | 7 | 4 | 33 | 514 | 11 | 107 |
| Binary | 10111011 | 10101110 | 10110100 | 0 | 111 | 100 | 11011 | 101001100 | 1001 | 1000111 |
Color Harmonies of #BBAEB4
Complementary color
Monochromatic Colors of #BBAEB4
Black with #BBAEB4
Text Example
Text Example
White with #BBAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAEB4; }
p { color: rgb(187,174,180); }
H1.HeaderClassName
{
color: #BBAEB4;
}
.AnyTagClassName
{
color: #BBAEB4;
}
</style>
background-color css
<style>
a { background-color: #BBAEB4; }
a { background-color: rgb(187,174,180); }
div.DivClassName
{
background-color: #BBAEB4;
}
.BgClassName
{
background-color: #BBAEB4;
}
</style>
border-color css
<style>
span { border-color: #BBAEB4; }
span { border-color: rgb(187,174,180); }
td.TdClassName
{
border-color: #BBAEB4;
}
.TagClassName
{
border-color: #BBAEB4;
}
</style>