Html Css Color HEX #B98FA4 Lily

📋 copy color: '#B98FA4'

red 185 ◦ green 143 ◦ blue 164

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

Shades of Lily #B98FA4

Tints of Lily #B98FA4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.07%

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

R = 37.6%
G = 29.07%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B98FA4 (or 0xB98FA4) is known color: Lily. HEX triplet: B9, 8F and A4. RGB value is (185,143,164). Sum of RGB (Red+Green+Blue) = 185+143+164=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B98FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98FA4 is #46705B. Grayscale: #9D9D9D. Windows color (decimal): -4616284 or 10784697. OLE color: 10784697.

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

Color convert

RGB 185 143 164 -
CMYK 0 0.23 0.11 0.27
HSL 330º 0.23% 0.64% -
HSV(B) 330º 0.23% 0.73% -
XYZ 36.53 32.64 39.5 -
YUV 157.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 185 143 164 0 0.23 0.11 0.27 330 0.23 0.64
Hex B9 8F A4 0 17 B 1B 14A 17 40
Octal 271 217 244 0 27 13 33 512 27 100
Binary 10111001 10001111 10100100 0 10111 1011 11011 101001010 10111 1000000

Color Harmonies of #B98FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FA4

Black with #B98FA4

Text Example


Text Example

White with #B98FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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