Html Css Color HEX #B994A5 Lily

📋 copy color: '#B994A5'

red 185 ◦ green 148 ◦ blue 165

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

Shades of Lily #B994A5

Tints of Lily #B994A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.13%

R = 37.15%
G = 29.72%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B994A5 (or 0xB994A5) is known color: Lily. HEX triplet: B9, 94 and A5. RGB value is (185,148,165). Sum of RGB (Red+Green+Blue) = 185+148+165=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 185 - color contains mainly: red. Hex color #B994A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B994A5 is #466B5A. Grayscale: #A0A0A0. Windows color (decimal): -4615003 or 10851513. OLE color: 10851513.

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

Color convert

RGB 185 148 165 -
CMYK 0 0.20 0.11 0.27
HSL 332.43º 0.21% 0.65% -
HSV(B) 332.43º 0.2% 0.73% -
XYZ 37.39 34.21 40.23 -
YUV 161 130.26 145.12 -
System Red Green Blue C M Y K H S L
Decimal 185 148 165 0 0.20 0.11 0.27 332.43 0.21 0.65
Hex B9 94 A5 0 14 B 1B 14C 15 41
Octal 271 224 245 0 24 13 33 514 25 101
Binary 10111001 10010100 10100101 0 10100 1011 11011 101001100 10101 1000001

Color Harmonies of #B994A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994A5

Black with #B994A5

Text Example


Text Example

White with #B994A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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