Html Css Color HEX #BB90AC Lily

📋 copy color: '#BB90AC'

red 187 ◦ green 144 ◦ blue 172

#BB90AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #BB90AC

Tints of Lily #BB90AC

RGB

 RED value IS 187 (73.44% from 255) = 37.18%

 GREEN value IS 144 (56.64% from 255) = 28.63%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 37.18%
G = 28.63%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB90AC (or 0xBB90AC) is known color: Lily. HEX triplet: BB, 90 and AC. RGB value is (187,144,172). Sum of RGB (Red+Green+Blue) = 187+144+172=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 187 - color contains mainly: red. Hex color #BB90AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB90AC is #446F53. Grayscale: #9F9F9F. Windows color (decimal): -4484948 or 11309243. OLE color: 11309243.

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

Color convert

RGB 187 144 172 -
CMYK 0 0.23 0.08 0.27
HSL 320.93º 0.24% 0.65% -
HSV(B) 320.93º 0.23% 0.73% -
XYZ 37.91 33.49 43.5 -
YUV 160.05 134.75 147.22 -
System Red Green Blue C M Y K H S L
Decimal 187 144 172 0 0.23 0.08 0.27 320.93 0.24 0.65
Hex BB 90 AC 0 17 8 1B 141 18 41
Octal 273 220 254 0 27 10 33 501 30 101
Binary 10111011 10010000 10101100 0 10111 1000 11011 101000001 11000 1000001

Color Harmonies of #BB90AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90AC

Black with #BB90AC

Text Example


Text Example

White with #BB90AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90AC; }

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

 H1.HeaderClassName
 {
   color: #BB90AC;
 }
 .AnyTagClassName
 {
   color: #BB90AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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