#BB92AC

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

Shades of Lily #BB92AC

Tints of Lily #BB92AC

Color information

#BB92AC (or 0xBB92AC) is unknown color: approx Lily. HEX triplet: BB, 92 and AC. RGB value is (187,146,172). Sum of RGB (Red+Green+Blue) = 187+146+172=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BB92AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB92AC is #446D53. Grayscale: #A1A1A1. Windows color (decimal): -4484436 or 11309755. OLE color: 11309755.

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

Color convert

RGB187146172-
CMYK00.220.080.27
HSL321.95º23.16%65.29%-
HSV(B)321.95º21.93%73.33%-
XYZ38.2234.143.6-
YUV161.22134.08146.39-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 172 (67.58% from 255) = 34.06%
R=37.03%
G=28.91%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714617200.220.080.27321.9523.1665.29
HexBB92AC01681B1421741
Octal273222254026103350227101
Binary101110111001001010101100010110100011011101000010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92AC; }

 p { color: rgb(187,146,172); }

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

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

 a { background-color: rgb(187,146,172); }

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

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

 span { border-color: rgb(187,146,172); }

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