#B998EC

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

Shades of Perfume #B998EC

Tints of Perfume #B998EC

Color information

#B998EC (or 0xB998EC) is unknown color: approx Perfume. HEX triplet: B9, 98 and EC. RGB value is (185,152,236). Sum of RGB (Red+Green+Blue) = 185+152+236=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 152 (59.77% from 255 or 26.53% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #B998EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998EC is #466713. Grayscale: #ABABAB. Windows color (decimal): -4613908 or 15505593. OLE color: 15505593.

HSL color Cylindrical-coordinate representation of color #B998EC: hue angle of 263.57º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B998EC is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185152236-
CMYK0.220.3600.07
HSL263.57º68.85%76.08%-
HSV(B)263.57º35.59%92.55%-
XYZ46.3838.8384.41-
YUV171.44164.43137.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 152 (59.77% from 255) = 26.53%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=32.29%
G=26.53%
B=41.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851522360.220.3600.07263.5768.8576.08
HexB998EC162407108454c
Octal271230354264407410105114
Binary10111001100110001110110010110100100011110000100010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998EC; }

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

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

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

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

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

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

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

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