Html Css Color HEX #B991AC Lily

📋 copy color: '#B991AC'

red 185 ◦ green 145 ◦ blue 172

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

Shades of Lily #B991AC

Tints of Lily #B991AC

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

 GREEN value IS 145 (57.03% from 255) = 28.88%

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

R = 36.85%
G = 28.88%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B991AC (or 0xB991AC) is known color: Lily. HEX triplet: B9, 91 and AC. RGB value is (185,145,172). Sum of RGB (Red+Green+Blue) = 185+145+172=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 172 (67.58% from 255 or 34.26% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B991AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B991AC is #466E53. Grayscale: #9F9F9F. Windows color (decimal): -4615764 or 11309497. OLE color: 11309497.

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

Color convert

RGB 185 145 172 -
CMYK 0 0.22 0.07 0.27
HSL 319.5º 0.22% 0.65% -
HSV(B) 319.5º 0.22% 0.73% -
XYZ 37.58 33.54 43.52 -
YUV 160.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 185 145 172 0 0.22 0.07 0.27 319.5 0.22 0.65
Hex B9 91 AC 0 16 7 1B 140 16 41
Octal 271 221 254 0 26 7 33 500 26 101
Binary 10111001 10010001 10101100 0 10110 111 11011 101000000 10110 1000001

Color Harmonies of #B991AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B991AC

Black with #B991AC

Text Example


Text Example

White with #B991AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B991AC; }

 p { color: rgb(185,145,172); }

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

background-color css

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

 a { background-color: rgb(185,145,172); }

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

border-color css

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

 span { border-color: rgb(185,145,172); }

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