#B998FB

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

Shades of Perfume #B998FB

Tints of Perfume #B998FB

Color information

#B998FB (or 0xB998FB) is unknown color: approx Perfume. HEX triplet: B9, 98 and FB. RGB value is (185,152,251). Sum of RGB (Red+Green+Blue) = 185+152+251=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 152 (59.77% from 255 or 25.85% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #B998FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998FB is #466704. Grayscale: #ACACAC. Windows color (decimal): -4613893 or 16488633. OLE color: 16488633.

HSL color Cylindrical-coordinate representation of color #B998FB: hue angle of 260º degrees, saturation: 0.93, 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 #B998FB is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB185152251-
CMYK0.260.3900.02
HSL260º92.52%79.02%-
HSV(B)260º39.44%98.43%-
XYZ48.6539.7496.37-
YUV173.15171.93136.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 152 (59.77% from 255) = 25.85%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=31.46%
G=25.85%
B=42.69%

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
Decimal1851522510.260.3900.0226092.5279.02
HexB998FB1A27021045d4f
Octal271230373324702404135117
Binary1011100110011000111110111101010011101010000010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998FB; }

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

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

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

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

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

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

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

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