#BBA1B4

Color #BBA1B4 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #BBA1B4

Tints of Lily #BBA1B4

Color information

#BBA1B4 (or 0xBBA1B4) is unknown color: approx Lily. HEX triplet: BB, A1 and B4. RGB value is (187,161,180). Sum of RGB (Red+Green+Blue) = 187+161+180=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 161 (63.28% from 255 or 30.49% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B4 is #445E4B. Grayscale: #AAAAAA. Windows color (decimal): -4480588 or 11837883. OLE color: 11837883.

HSL color Cylindrical-coordinate representation of color #BBA1B4: hue angle of 316.15º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBA1B4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB187161180-
CMYK00.140.040.27
HSL316.15º16.05%68.24%-
HSV(B)316.15º13.9%73.33%-
XYZ41.4839.3548.59-
YUV170.94133.11139.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 161 (63.28% from 255) = 30.49%
BLUE value IS 180 (70.70% from 255) = 34.09%
R=35.42%
G=30.49%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716118000.140.040.27316.1516.0568.24
HexBBA1B40E41B13c1044
Octal27324126401643347420104
Binary1011101110100001101101000111010011011100111100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1B4; }

 p { color: rgb(187,161,180); }

 H1.HeaderClassName
 {
   color: #BBA1B4;
 }
 .AnyTagClassName
 {
   color: #BBA1B4;
 }
</style>
background-color css

<style>
 a { background-color: #BBA1B4; }

 a { background-color: rgb(187,161,180); }

 div.DivClassName
 {
   background-color: #BBA1B4;
 }
 .BgClassName
 {
   background-color: #BBA1B4;
 }
</style>
border-color css

<style>
 span { border-color: #BBA1B4; }

 span { border-color: rgb(187,161,180); }

 td.TdClassName
 {
   border-color: #BBA1B4;
 }
 .TagClassName
 {
   border-color: #BBA1B4;
 }
</style>