#BB94AF

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

Shades of Lily #BB94AF

Tints of Lily #BB94AF

Color information

#BB94AF (or 0xBB94AF) is unknown color: approx Lily. HEX triplet: BB, 94 and AF. RGB value is (187,148,175). Sum of RGB (Red+Green+Blue) = 187+148+175=510 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.67% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 175 (68.75% from 255 or 34.31% from 510); Max value from RGB is 187 - color contains mainly: red. Hex color #BB94AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB94AF is #446B50. Grayscale: #A2A2A2. Windows color (decimal): -4483921 or 11506875. OLE color: 11506875.

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

Color convert

RGB187148175-
CMYK00.210.060.27
HSL318.46º22.29%65.69%-
HSV(B)318.46º20.86%73.33%-
XYZ38.8234.8445.24-
YUV162.74134.92145.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.67%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 175 (68.75% from 255) = 34.31%
R=36.67%
G=29.02%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714817500.210.060.27318.4622.2965.69
HexBB94AF01561B13e1642
Octal27322425702563347626102
Binary10111011100101001010111101010111011011100111110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94AF; }

 p { color: rgb(187,148,175); }

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

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

 a { background-color: rgb(187,148,175); }

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

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

 span { border-color: rgb(187,148,175); }

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