#B896F1

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

Shades of Perfume #B896F1

Tints of Perfume #B896F1

Color information

#B896F1 (or 0xB896F1) is unknown color: approx Perfume. HEX triplet: B8, 96 and F1. RGB value is (184,150,241). Sum of RGB (Red+Green+Blue) = 184+150+241=575 (76% of max value = 765). Red value is 184 (72.27% from 255 or 32% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #B896F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896F1 is #47690E. Grayscale: #AAAAAA. Windows color (decimal): -4679951 or 15832760. OLE color: 15832760.

HSL color Cylindrical-coordinate representation of color #B896F1: hue angle of 262.42º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B896F1 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184150241-
CMYK0.240.3800.05
HSL262.42º76.47%76.67%-
HSV(B)262.42º37.76%94.51%-
XYZ46.5538.3588.17-
YUV170.54167.76137.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32%
GREEN value IS 150 (58.98% from 255) = 26.09%
BLUE value IS 241 (94.53% from 255) = 41.91%
R=32%
G=26.09%
B=41.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841502410.240.3800.05262.4276.4776.67
HexB896F11826051064c4d
Octal270226361304605406114115
Binary10111000100101101111000111000100110010110000011010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896F1; }

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

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

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

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

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

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

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

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