#BB9BAD

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

Shades of Lily #BB9BAD

Tints of Lily #BB9BAD

Color information

#BB9BAD (or 0xBB9BAD) is unknown color: approx Lily. HEX triplet: BB, 9B and AD. RGB value is (187,155,173). Sum of RGB (Red+Green+Blue) = 187+155+173=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9BAD is #446452. Grayscale: #A6A6A6. Windows color (decimal): -4482131 or 11377595. OLE color: 11377595.

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

Color convert

RGB187155173-
CMYK00.170.070.27
HSL326.25º19.05%67.06%-
HSV(B)326.25º17.11%73.33%-
XYZ39.7637.0244.59-
YUV166.62131.6142.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.31%
GREEN value IS 155 (60.94% from 255) = 30.10%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=36.31%
G=30.10%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715517300.170.070.27326.2519.0567.06
HexBB9BAD01171B1461343
Octal27323325502173350623103
Binary10111011100110111010110101000111111011101000110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BAD; }

 p { color: rgb(187,155,173); }

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

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

 a { background-color: rgb(187,155,173); }

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

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

 span { border-color: rgb(187,155,173); }

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