Html Css Color HEX #B98DA4 Lily

📋 copy color: '#B98DA4'

red 185 ◦ green 141 ◦ blue 164

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

Shades of Lily #B98DA4

Tints of Lily #B98DA4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.78%

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 37.76%
G = 28.78%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B98DA4 (or 0xB98DA4) is known color: Lily. HEX triplet: B9, 8D and A4. RGB value is (185,141,164). Sum of RGB (Red+Green+Blue) = 185+141+164=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B98DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98DA4 is #46725B. Grayscale: #9C9C9C. Windows color (decimal): -4616796 or 10784185. OLE color: 10784185.

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

Color convert

RGB 185 141 164 -
CMYK 0 0.24 0.11 0.27
HSL 328.64º 0.24% 0.64% -
HSV(B) 328.64º 0.24% 0.73% -
XYZ 36.23 32.04 39.4 -
YUV 156.78 132.08 148.13 -
System Red Green Blue C M Y K H S L
Decimal 185 141 164 0 0.24 0.11 0.27 328.64 0.24 0.64
Hex B9 8D A4 0 18 B 1B 149 18 40
Octal 271 215 244 0 30 13 33 511 30 100
Binary 10111001 10001101 10100100 0 11000 1011 11011 101001001 11000 1000000

Color Harmonies of #B98DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DA4

Black with #B98DA4

Text Example


Text Example

White with #B98DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DA4; }

 p { color: rgb(185,141,164); }

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

background-color css

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

 a { background-color: rgb(185,141,164); }

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

border-color css

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

 span { border-color: rgb(185,141,164); }

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