#B998F9

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

Shades of Perfume #B998F9

Tints of Perfume #B998F9

Color information

#B998F9 (or 0xB998F9) is unknown color: approx Perfume. HEX triplet: B9, 98 and F9. RGB value is (185,152,249). Sum of RGB (Red+Green+Blue) = 185+152+249=586 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.57% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #B998F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998F9 is #466706. Grayscale: #ACACAC. Windows color (decimal): -4613895 or 16357561. OLE color: 16357561.

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

Color convert

RGB185152249-
CMYK0.260.3900.02
HSL260.41º88.99%78.63%-
HSV(B)260.41º38.96%97.65%-
XYZ48.3339.6194.72-
YUV172.92170.93136.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.57%
GREEN value IS 152 (59.77% from 255) = 25.94%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=31.57%
G=25.94%
B=42.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1851522490.260.3900.02260.4188.9978.63
HexB998F91A2702104594f
Octal271230371324702404131117
Binary1011100110011000111110011101010011101010000010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998F9; }

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

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

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

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

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

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

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

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