#B998F6

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

Shades of Perfume #B998F6

Tints of Perfume #B998F6

Color information

#B998F6 (or 0xB998F6) is unknown color: approx Perfume. HEX triplet: B9, 98 and F6. RGB value is (185,152,246). Sum of RGB (Red+Green+Blue) = 185+152+246=583 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.73% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #B998F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F6 is #466709. Grayscale: #ACACAC. Windows color (decimal): -4613898 or 16160953. OLE color: 16160953.

HSL color Cylindrical-coordinate representation of color #B998F6: hue angle of 261.06º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B998F6 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB185152246-
CMYK0.250.3800.04
HSL261.06º83.93%78.04%-
HSV(B)261.06º38.21%96.47%-
XYZ47.8739.4292.28-
YUV172.58169.43136.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.73%
GREEN value IS 152 (59.77% from 255) = 26.07%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=31.73%
G=26.07%
B=42.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851522460.250.3800.04261.0683.9378.04
HexB998F6192604105544e
Octal271230366314604405124116
Binary10111001100110001111011011001100110010010000010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998F6; }

 p { color: rgb(185,152,246); }

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

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

 a { background-color: rgb(185,152,246); }

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

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

 span { border-color: rgb(185,152,246); }

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