#B98DFE

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

Shades of Perfume #B98DFE

Tints of Perfume #B98DFE

Color information

#B98DFE (or 0xB98DFE) is unknown color: approx Perfume. HEX triplet: B9, 8D and FE. RGB value is (185,141,254). Sum of RGB (Red+Green+Blue) = 185+141+254=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #B98DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98DFE is #467201. Grayscale: #A6A6A6. Windows color (decimal): -4616706 or 16682425. OLE color: 16682425.

HSL color Cylindrical-coordinate representation of color #B98DFE: hue angle of 263.36º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98DFE is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185141254-
CMYK0.270.4400.00
HSL263.36º98.26%77.45%-
HSV(B)263.36º44.49%99.61%-
XYZ47.4236.5298.32-
YUV167.04177.08140.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 141 (55.47% from 255) = 24.31%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=31.90%
G=24.31%
B=43.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851412540.270.4400.00263.3698.2677.45
HexB98DFE1B2C00107624d
Octal271215376335400407142115
Binary101110011000110111111110110111011000010000011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98DFE; }

 p { color: rgb(185,141,254); }

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

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

 a { background-color: rgb(185,141,254); }

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

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

 span { border-color: rgb(185,141,254); }

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