#B998EE

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

Shades of Perfume #B998EE

Tints of Perfume #B998EE

Color information

#B998EE (or 0xB998EE) is unknown color: approx Perfume. HEX triplet: B9, 98 and EE. RGB value is (185,152,238). Sum of RGB (Red+Green+Blue) = 185+152+238=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 152 (59.77% from 255 or 26.43% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 238 - color contains mainly: blue. Hex color #B998EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B998EE is #466711. Grayscale: #ABABAB. Windows color (decimal): -4613906 or 15636665. OLE color: 15636665.

HSL color Cylindrical-coordinate representation of color #B998EE: hue angle of 263.02º degrees, saturation: 0.72, 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 #B998EE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185152238-
CMYK0.220.3600.07
HSL263.02º71.67%76.47%-
HSV(B)263.02º36.13%93.33%-
XYZ46.6738.9485.95-
YUV171.67165.43137.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 152 (59.77% from 255) = 26.43%
BLUE value IS 238 (93.36% from 255) = 41.39%
R=32.17%
G=26.43%
B=41.39%

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
Decimal1851522380.220.3600.07263.0271.6776.47
HexB998EE162407107484c
Octal271230356264407407110114
Binary10111001100110001110111010110100100011110000011110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B998EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B998EE; }

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

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

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

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

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

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

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

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