#B896FE

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

Shades of Perfume #B896FE

Tints of Perfume #B896FE

Color information

#B896FE (or 0xB896FE) is unknown color: approx Perfume. HEX triplet: B8, 96 and FE. RGB value is (184,150,254). Sum of RGB (Red+Green+Blue) = 184+150+254=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 150 (58.98% from 255 or 25.51% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B896FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896FE is #476901. Grayscale: #ABABAB. Windows color (decimal): -4679938 or 16684728. OLE color: 16684728.

HSL color Cylindrical-coordinate representation of color #B896FE: hue angle of 259.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B896FE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184150254-
CMYK0.280.4100.00
HSL259.62º98.11%79.22%-
HSV(B)259.62º40.94%99.61%-
XYZ48.5639.1698.76-
YUV172.02174.26136.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.29%
GREEN value IS 150 (58.98% from 255) = 25.51%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=31.29%
G=25.51%
B=43.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841502540.280.4100.00259.6298.1179.22
HexB896FE1C2900104624f
Octal270226376345100404142117
Binary101110001001011011111110111001010010010000010011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B896FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B896FE; }

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

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

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

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

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

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

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

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