#BBA1B5

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

Shades of Lily #BBA1B5

Tints of Lily #BBA1B5

Color information

#BBA1B5 (or 0xBBA1B5) is unknown color: approx Lily. HEX triplet: BB, A1 and B5. RGB value is (187,161,181). Sum of RGB (Red+Green+Blue) = 187+161+181=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B5 is #445E4A. Grayscale: #ABABAB. Windows color (decimal): -4480587 or 11903419. OLE color: 11903419.

HSL color Cylindrical-coordinate representation of color #BBA1B5: hue angle of 313.85º 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 #BBA1B5 is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB187161181-
CMYK00.140.030.27
HSL313.85º16.05%68.24%-
HSV(B)313.85º13.9%73.33%-
XYZ41.5839.3949.13-
YUV171.05133.61139.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=35.35%
G=30.43%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716118100.140.030.27313.8516.0568.24
HexBBA1B50E31B13a1044
Octal27324126501633347220104
Binary101110111010000110110101011101111011100111010100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1B5; }

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

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

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

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

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

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

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

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