#BBABB0

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

Shades of Lily #BBABB0

Tints of Lily #BBABB0

Color information

#BBABB0 (or 0xBBABB0) is unknown color: approx Lily. HEX triplet: BB, AB and B0. RGB value is (187,171,176). Sum of RGB (Red+Green+Blue) = 187+171+176=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 176 (69.14% from 255 or 32.96% from 534); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABB0 is #44544F. Grayscale: #B0B0B0. Windows color (decimal): -4478032 or 11578299. OLE color: 11578299.

HSL color Cylindrical-coordinate representation of color #BBABB0: hue angle of 341.25º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBABB0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB187171176-
CMYK00.090.060.27
HSL341.25º10.53%70.2%-
HSV(B)341.25º8.56%73.33%-
XYZ42.8942.8347.08-
YUV176.35127.8135.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.02%
GREEN value IS 171 (67.19% from 255) = 32.02%
BLUE value IS 176 (69.14% from 255) = 32.96%
R=35.02%
G=32.02%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117600.090.060.27341.2510.5370.2
HexBBABB00961B155b46
Octal27325326001163352513106
Binary101110111010101110110000010011101101110101010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABB0; }

 p { color: rgb(187,171,176); }

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

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

 a { background-color: rgb(187,171,176); }

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

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

 span { border-color: rgb(187,171,176); }

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