#BBA1B3

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

Shades of Lily #BBA1B3

Tints of Lily #BBA1B3

Color information

#BBA1B3 (or 0xBBA1B3) is unknown color: approx Lily. HEX triplet: BB, A1 and B3. RGB value is (187,161,179). Sum of RGB (Red+Green+Blue) = 187+161+179=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA1B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA1B3 is #445E4C. Grayscale: #AAAAAA. Windows color (decimal): -4480589 or 11772347. OLE color: 11772347.

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

Color convert

RGB187161179-
CMYK00.140.040.27
HSL318.46º16.05%68.24%-
HSV(B)318.46º13.9%73.33%-
XYZ41.3839.3148.05-
YUV170.83132.61139.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 161 (63.28% from 255) = 30.55%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=35.48%
G=30.55%
B=33.97%

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
Decimal18716117900.140.040.27318.4616.0568.24
HexBBA1B30E41B13e1044
Octal27324126301643347620104
Binary1011101110100001101100110111010011011100111110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA1B3; }

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

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

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

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

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

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

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

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