#BBABB4

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

Shades of Lily #BBABB4

Tints of Lily #BBABB4

Color information

#BBABB4 (or 0xBBABB4) is unknown color: approx Lily. HEX triplet: BB, AB and B4. RGB value is (187,171,180). Sum of RGB (Red+Green+Blue) = 187+171+180=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 171 (67.19% from 255 or 31.78% from 538); Blue value is 180 (70.70% from 255 or 33.46% from 538); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABB4 is #44544B. Grayscale: #B0B0B0. Windows color (decimal): -4478028 or 11840443. OLE color: 11840443.

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

Color convert

RGB187171180-
CMYK00.090.040.27
HSL326.25º10.53%70.2%-
HSV(B)326.25º8.56%73.33%-
XYZ43.2942.9949.2-
YUV176.81129.8135.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 171 (67.19% from 255) = 31.78%
BLUE value IS 180 (70.70% from 255) = 33.46%
R=34.76%
G=31.78%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717118000.090.040.27326.2510.5370.2
HexBBABB40941B146b46
Octal27325326401143350613106
Binary101110111010101110110100010011001101110100011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABB4; }

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

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

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

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

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

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

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

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