#BBA9B7

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

Shades of Lily #BBA9B7

Tints of Lily #BBA9B7

Color information

#BBA9B7 (or 0xBBA9B7) is unknown color: approx Lily. HEX triplet: BB, A9 and B7. RGB value is (187,169,183). Sum of RGB (Red+Green+Blue) = 187+169+183=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 183 (71.88% from 255 or 33.95% from 539); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBA9B7 is #445648. Grayscale: #AFAFAF. Windows color (decimal): -4478537 or 12036539. OLE color: 12036539.

HSL color Cylindrical-coordinate representation of color #BBA9B7: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBA9B7 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB187169183-
CMYK00.100.020.27
HSL313.33º11.69%69.8%-
HSV(B)313.33º9.63%73.33%-
XYZ43.2342.3650.7-
YUV175.98131.96135.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 183 (71.88% from 255) = 33.95%
R=34.69%
G=31.35%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716918300.100.020.27313.3311.6969.8
HexBBA9B70A21B139c46
Octal27325126701223347114106
Binary10111011101010011011011101010101101110011100111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9B7; }

 p { color: rgb(187,169,183); }

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

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

 a { background-color: rgb(187,169,183); }

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

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

 span { border-color: rgb(187,169,183); }

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