#B896F7

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

Shades of Perfume #B896F7

Tints of Perfume #B896F7

Color information

#B896F7 (or 0xB896F7) is unknown color: approx Perfume. HEX triplet: B8, 96 and F7. RGB value is (184,150,247). Sum of RGB (Red+Green+Blue) = 184+150+247=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #B896F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896F7 is #476908. Grayscale: #AAAAAA. Windows color (decimal): -4679945 or 16225976. OLE color: 16225976.

HSL color Cylindrical-coordinate representation of color #B896F7: hue angle of 261.03º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B896F7 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB184150247-
CMYK0.260.3900.03
HSL261.03º85.84%77.84%-
HSV(B)261.03º39.27%96.86%-
XYZ47.4638.7292.97-
YUV171.22170.76137.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 150 (58.98% from 255) = 25.82%
BLUE value IS 247 (96.88% from 255) = 42.51%
R=31.67%
G=25.82%
B=42.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1841502470.260.3900.03261.0385.8477.84
HexB896F71A2703105564e
Octal270226367324703405126116
Binary1011100010010110111101111101010011101110000010110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896F7; }

 p { color: rgb(184,150,247); }

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

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

 a { background-color: rgb(184,150,247); }

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

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

 span { border-color: rgb(184,150,247); }

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