Html Css Color HEX #B98CA5 Lily

📋 copy color: '#B98CA5'

red 185 ◦ green 140 ◦ blue 165

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

Shades of Lily #B98CA5

Tints of Lily #B98CA5

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.57%

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

R = 37.76%
G = 28.57%
B = 33.67%

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

#B98CA5 (or 0xB98CA5) is known color: Lily. HEX triplet: B9, 8C and A5. RGB value is (185,140,165). Sum of RGB (Red+Green+Blue) = 185+140+165=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B98CA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98CA5 is #46735A. Grayscale: #9C9C9C. Windows color (decimal): -4617051 or 10849465. OLE color: 10849465.

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

Color convert

RGB 185 140 165 -
CMYK 0 0.24 0.11 0.27
HSL 326.67º 0.24% 0.64% -
HSV(B) 326.67º 0.24% 0.73% -
XYZ 36.18 31.79 39.83 -
YUV 156.31 132.91 148.47 -
System Red Green Blue C M Y K H S L
Decimal 185 140 165 0 0.24 0.11 0.27 326.67 0.24 0.64
Hex B9 8C A5 0 18 B 1B 147 18 40
Octal 271 214 245 0 30 13 33 507 30 100
Binary 10111001 10001100 10100101 0 11000 1011 11011 101000111 11000 1000000

Color Harmonies of #B98CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CA5

Black with #B98CA5

Text Example


Text Example

White with #B98CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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