#BBB0B5

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

Shades of Lily #BBB0B5

Tints of Lily #BBB0B5

Color information

#BBB0B5 (or 0xBBB0B5) is unknown color: approx Lily. HEX triplet: BB, B0 and B5. RGB value is (187,176,181). Sum of RGB (Red+Green+Blue) = 187+176+181=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 181 (71.09% from 255 or 33.27% from 544); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBB0B5 is #444F4A. Grayscale: #B3B3B3. Windows color (decimal): -4476747 or 11907259. OLE color: 11907259.

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

Color convert

RGB187176181-
CMYK00.060.030.27
HSL332.73º7.48%71.18%-
HSV(B)332.73º5.88%73.33%-
XYZ44.3644.9550.05-
YUV179.86128.64133.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 176 (69.14% from 255) = 32.35%
BLUE value IS 181 (71.09% from 255) = 33.27%
R=34.38%
G=32.35%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717618100.060.030.27332.737.4871.18
HexBBB0B50631B14d747
Octal273260265063335157107
Binary101110111011000010110101011011110111010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB0B5; }

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

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

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

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

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

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

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

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