#BB95AD

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

Shades of Lily #BB95AD

Tints of Lily #BB95AD

Color information

#BB95AD (or 0xBB95AD) is unknown color: approx Lily. HEX triplet: BB, 95 and AD. RGB value is (187,149,173). Sum of RGB (Red+Green+Blue) = 187+149+173=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 173 (67.97% from 255 or 33.99% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BB95AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB95AD is #446A52. Grayscale: #A3A3A3. Windows color (decimal): -4483667 or 11376059. OLE color: 11376059.

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

Color convert

RGB187149173-
CMYK00.200.070.27
HSL322.11º21.84%65.88%-
HSV(B)322.11º20.32%73.33%-
XYZ38.7835.0844.26-
YUV163.1133.59145.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.74%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 173 (67.97% from 255) = 33.99%
R=36.74%
G=29.27%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714917300.200.070.27322.1121.8465.88
HexBB95AD01471B1421642
Octal27322525502473350226102
Binary10111011100101011010110101010011111011101000010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB95AD; }

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

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

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

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

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

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

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

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