Html Css Color HEX #B98EA9 Lily

📋 copy color: '#B98EA9'

red 185 ◦ green 142 ◦ blue 169

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

Shades of Lily #B98EA9

Tints of Lily #B98EA9

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.63%

 BLUE value IS 169 (66.41% from 255) = 34.07%

R = 37.3%
G = 28.63%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B98EA9 (or 0xB98EA9) is known color: Lily. HEX triplet: B9, 8E and A9. RGB value is (185,142,169). Sum of RGB (Red+Green+Blue) = 185+142+169=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B98EA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98EA9 is #467156. Grayscale: #9D9D9D. Windows color (decimal): -4616535 or 11112121. OLE color: 11112121.

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

Color convert

RGB 185 142 169 -
CMYK 0 0.23 0.09 0.27
HSL 322.33º 0.23% 0.64% -
HSV(B) 322.33º 0.23% 0.73% -
XYZ 36.84 32.52 41.87 -
YUV 157.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 185 142 169 0 0.23 0.09 0.27 322.33 0.23 0.64
Hex B9 8E A9 0 17 9 1B 142 17 40
Octal 271 216 251 0 27 11 33 502 27 100
Binary 10111001 10001110 10101001 0 10111 1001 11011 101000010 10111 1000000

Color Harmonies of #B98EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98EA9

Black with #B98EA9

Text Example


Text Example

White with #B98EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98EA9; }

 p { color: rgb(185,142,169); }

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

background-color css

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

 a { background-color: rgb(185,142,169); }

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

border-color css

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

 span { border-color: rgb(185,142,169); }

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