#BB95AB

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

Shades of Lily #BB95AB

Tints of Lily #BB95AB

Color information

#BB95AB (or 0xBB95AB) is unknown color: approx Lily. HEX triplet: BB, 95 and AB. RGB value is (187,149,171). Sum of RGB (Red+Green+Blue) = 187+149+171=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95AB is #446A54. Grayscale: #A2A2A2. Windows color (decimal): -4483669 or 11244987. OLE color: 11244987.

HSL color Cylindrical-coordinate representation of color #BB95AB: hue angle of 325.26º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BB95AB is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187149171-
CMYK00.200.090.27
HSL325.26º21.84%65.88%-
HSV(B)325.26º20.32%73.33%-
XYZ38.593543.25-
YUV162.87132.59145.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 171 (67.19% from 255) = 33.73%
R=36.88%
G=29.39%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714917100.200.090.27325.2621.8465.88
HexBB95AB01491B1451642
Octal273225253024113350526102
Binary101110111001010110101011010100100111011101000101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95AB; }

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

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

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

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

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

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

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

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