#BBABB6

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

Shades of Lily #BBABB6

Tints of Lily #BBABB6

Color information

#BBABB6 (or 0xBBABB6) is unknown color: approx Lily. HEX triplet: BB, AB and B6. RGB value is (187,171,182). Sum of RGB (Red+Green+Blue) = 187+171+182=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBABB6 is #445449. Grayscale: #B1B1B1. Windows color (decimal): -4478026 or 11971515. OLE color: 11971515.

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

Color convert

RGB187171182-
CMYK00.090.030.27
HSL318.75º10.53%70.2%-
HSV(B)318.75º8.56%73.33%-
XYZ43.543.0750.28-
YUV177.04130.8135.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.63%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=34.63%
G=31.67%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717118200.090.030.27318.7510.5370.2
HexBBABB60931B13fb46
Octal27325326601133347713106
Binary10111011101010111011011001001111101110011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABB6; }

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

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

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

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

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

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

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

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