#B98EFA

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

Shades of Perfume #B98EFA

Tints of Perfume #B98EFA

Color information

#B98EFA (or 0xB98EFA) is unknown color: approx Perfume. HEX triplet: B9, 8E and FA. RGB value is (185,142,250). Sum of RGB (Red+Green+Blue) = 185+142+250=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 142 (55.86% from 255 or 24.61% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #B98EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EFA is #467105. Grayscale: #A6A6A6. Windows color (decimal): -4616454 or 16420537. OLE color: 16420537.

HSL color Cylindrical-coordinate representation of color #B98EFA: hue angle of 263.89º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98EFA is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185142250-
CMYK0.260.4300.02
HSL263.89º91.53%76.86%-
HSV(B)263.89º43.2%98.04%-
XYZ46.9436.5695.03-
YUV167.17174.75140.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 142 (55.86% from 255) = 24.61%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=32.06%
G=24.61%
B=43.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851422500.260.4300.02263.8991.5376.86
HexB98EFA1A2B021085c4d
Octal271216372325302410134115
Binary1011100110001110111110101101010101101010000100010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98EFA; }

 p { color: rgb(185,142,250); }

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

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

 a { background-color: rgb(185,142,250); }

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

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

 span { border-color: rgb(185,142,250); }

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