#BBA4B1

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

Shades of Lily #BBA4B1

Tints of Lily #BBA4B1

Color information

#BBA4B1 (or 0xBBA4B1) is unknown color: approx Lily. HEX triplet: BB, A4 and B1. RGB value is (187,164,177). Sum of RGB (Red+Green+Blue) = 187+164+177=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 177 (69.53% from 255 or 33.52% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4B1 is #445B4E. Grayscale: #ACACAC. Windows color (decimal): -4479823 or 11642043. OLE color: 11642043.

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

Color convert

RGB187164177-
CMYK00.120.050.27
HSL326.09º14.47%68.82%-
HSV(B)326.09º12.3%73.33%-
XYZ41.740.2947.17-
YUV172.36130.62138.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 177 (69.53% from 255) = 33.52%
R=35.42%
G=31.06%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716417700.120.050.27326.0914.4768.82
HexBBA4B10C51B146e45
Octal27324426101453350616105
Binary101110111010010010110001011001011101110100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4B1; }

 p { color: rgb(187,164,177); }

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

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

 a { background-color: rgb(187,164,177); }

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

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

 span { border-color: rgb(187,164,177); }

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