Html Css Color HEX #B98BA8 Lily

📋 copy color: '#B98BA8'

red 185 ◦ green 139 ◦ blue 168

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

Shades of Lily #B98BA8

Tints of Lily #B98BA8

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.25%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 37.6%
G = 28.25%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B98BA8 (or 0xB98BA8) is known color: Lily. HEX triplet: B9, 8B and A8. RGB value is (185,139,168). Sum of RGB (Red+Green+Blue) = 185+139+168=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 185 - color contains mainly: red. Hex color #B98BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B98BA8 is #467457. Grayscale: #9B9B9B. Windows color (decimal): -4617304 or 11045817. OLE color: 11045817.

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

Color convert

RGB 185 139 168 -
CMYK 0 0.25 0.09 0.27
HSL 322.17º 0.25% 0.64% -
HSV(B) 322.17º 0.25% 0.73% -
XYZ 36.31 31.61 41.23 -
YUV 156.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 185 139 168 0 0.25 0.09 0.27 322.17 0.25 0.64
Hex B9 8B A8 0 19 9 1B 142 19 40
Octal 271 213 250 0 31 11 33 502 31 100
Binary 10111001 10001011 10101000 0 11001 1001 11011 101000010 11001 1000000

Color Harmonies of #B98BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BA8

Black with #B98BA8

Text Example


Text Example

White with #B98BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BA8; }

 p { color: rgb(185,139,168); }

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

background-color css

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

 a { background-color: rgb(185,139,168); }

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

border-color css

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

 span { border-color: rgb(185,139,168); }

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