Html Css Color HEX #B993AC Lily

📋 copy color: '#B993AC'

red 185 ◦ green 147 ◦ blue 172

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

Shades of Lily #B993AC

Tints of Lily #B993AC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

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

R = 36.71%
G = 29.17%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B993AC (or 0xB993AC) is known color: Lily. HEX triplet: B9, 93 and AC. RGB value is (185,147,172). Sum of RGB (Red+Green+Blue) = 185+147+172=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 185 - color contains mainly: red. Hex color #B993AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B993AC is #466C53. Grayscale: #A1A1A1. Windows color (decimal): -4615252 or 11310009. OLE color: 11310009.

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

Color convert

RGB 185 147 172 -
CMYK 0 0.21 0.07 0.27
HSL 320.53º 0.21% 0.65% -
HSV(B) 320.53º 0.21% 0.73% -
XYZ 37.89 34.16 43.63 -
YUV 161.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 185 147 172 0 0.21 0.07 0.27 320.53 0.21 0.65
Hex B9 93 AC 0 15 7 1B 141 15 41
Octal 271 223 254 0 25 7 33 501 25 101
Binary 10111001 10010011 10101100 0 10101 111 11011 101000001 10101 1000001

Color Harmonies of #B993AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B993AC

Black with #B993AC

Text Example


Text Example

White with #B993AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B993AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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