Html Css Color HEX #B994AD Lily

📋 copy color: '#B994AD'

red 185 ◦ green 148 ◦ blue 173

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

Shades of Lily #B994AD

Tints of Lily #B994AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 36.56%
G = 29.25%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B994AD (or 0xB994AD) is known color: Lily. HEX triplet: B9, 94 and AD. RGB value is (185,148,173). Sum of RGB (Red+Green+Blue) = 185+148+173=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B994AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994AD is #466B52. Grayscale: #A1A1A1. Windows color (decimal): -4614995 or 11375801. OLE color: 11375801.

HSL color Cylindrical-coordinate representation of color #B994AD: hue angle of 319.46º 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 #B994AD is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 148 173 -
CMYK 0 0.20 0.06 0.27
HSL 319.46º 0.21% 0.65% -
HSV(B) 319.46º 0.2% 0.73% -
XYZ 38.14 34.51 44.19 -
YUV 161.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 185 148 173 0 0.20 0.06 0.27 319.46 0.21 0.65
Hex B9 94 AD 0 14 6 1B 13F 15 41
Octal 271 224 255 0 24 6 33 477 25 101
Binary 10111001 10010100 10101101 0 10100 110 11011 100111111 10101 1000001

Color Harmonies of #B994AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994AD

Black with #B994AD

Text Example


Text Example

White with #B994AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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