Html Css Color HEX #B994AC Lily

📋 copy color: '#B994AC'

red 185 ◦ green 148 ◦ blue 172

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

Shades of Lily #B994AC

Tints of Lily #B994AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.31%

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

R = 36.63%
G = 29.31%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#B994AC (or 0xB994AC) is known color: Lily. HEX triplet: B9, 94 and AC. RGB value is (185,148,172). Sum of RGB (Red+Green+Blue) = 185+148+172=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 185 - color contains mainly: red. Hex color #B994AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994AC is #466B53. Grayscale: #A1A1A1. Windows color (decimal): -4614996 or 11310265. OLE color: 11310265.

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

Color convert

RGB 185 148 172 -
CMYK 0 0.20 0.07 0.27
HSL 321.08º 0.21% 0.65% -
HSV(B) 321.08º 0.2% 0.73% -
XYZ 38.04 34.47 43.68 -
YUV 161.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 185 148 172 0 0.20 0.07 0.27 321.08 0.21 0.65
Hex B9 94 AC 0 14 7 1B 141 15 41
Octal 271 224 254 0 24 7 33 501 25 101
Binary 10111001 10010100 10101100 0 10100 111 11011 101000001 10101 1000001

Color Harmonies of #B994AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994AC

Black with #B994AC

Text Example


Text Example

White with #B994AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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