#BBABB1

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

Shades of Lily #BBABB1

Tints of Lily #BBABB1

Color information

#BBABB1 (or 0xBBABB1) is unknown color: approx Lily. HEX triplet: BB, AB and B1. RGB value is (187,171,177). Sum of RGB (Red+Green+Blue) = 187+171+177=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABB1 is #44544E. Grayscale: #B0B0B0. Windows color (decimal): -4478031 or 11643835. OLE color: 11643835.

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

Color convert

RGB187171177-
CMYK00.090.050.27
HSL337.5º10.53%70.2%-
HSV(B)337.5º8.56%73.33%-
XYZ42.9942.8647.6-
YUV176.47128.3135.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.95%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 177 (69.53% from 255) = 33.08%
R=34.95%
G=31.96%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117700.090.050.27337.510.5370.2
HexBBABB10951B152b46
Octal27325326101153352213106
Binary101110111010101110110001010011011101110101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABB1; }

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

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

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

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

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

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

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

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