#B98FBD

Color #B98FBD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #B98FBD

Tints of Lilac #B98FBD

Color information

#B98FBD (or 0xB98FBD) is unknown color: approx Lilac. HEX triplet: B9, 8F and BD. RGB value is (185,143,189). Sum of RGB (Red+Green+Blue) = 185+143+189=517 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.78% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 189 - color contains mainly: blue. Hex color #B98FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FBD is #467042. Grayscale: #A0A0A0. Windows color (decimal): -4616259 or 12423097. OLE color: 12423097.

HSL color Cylindrical-coordinate representation of color #B98FBD: hue angle of 294.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B98FBD is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB185143189-
CMYK0.020.2400.26
HSL294.78º25.84%65.1%-
HSV(B)294.78º24.34%74.12%-
XYZ39.0233.6352.58-
YUV160.8143.91145.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.78%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=35.78%
G=27.66%
B=36.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1851431890.020.2400.26294.7825.8465.1
HexB98FBD21801A1271a41
Octal27121727523003244732101
Binary1011100110001111101111011011000011010100100111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FBD; }

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

 H1.HeaderClassName
 {
   color: #B98FBD;
 }
 .AnyTagClassName
 {
   color: #B98FBD;
 }
</style>
background-color css

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

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

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

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

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

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