#B98FFE

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

Shades of Perfume #B98FFE

Tints of Perfume #B98FFE

Color information

#B98FFE (or 0xB98FFE) is unknown color: approx Perfume. HEX triplet: B9, 8F and FE. RGB value is (185,143,254). Sum of RGB (Red+Green+Blue) = 185+143+254=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #B98FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FFE is #467001. Grayscale: #A7A7A7. Windows color (decimal): -4616194 or 16682937. OLE color: 16682937.

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

Color convert

RGB185143254-
CMYK0.270.4400.00
HSL262.7º98.23%77.84%-
HSV(B)262.7º43.7%99.61%-
XYZ47.7237.1198.41-
YUV168.21176.41139.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 143 (56.25% from 255) = 24.57%
BLUE value IS 254 (99.61% from 255) = 43.64%
R=31.79%
G=24.57%
B=43.64%

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
Decimal1851432540.270.4400.00262.798.2377.84
HexB98FFE1B2C00107624e
Octal271217376335400407142116
Binary101110011000111111111110110111011000010000011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98FFE; }

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

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

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

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

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

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

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

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