#B894FC

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

Shades of Perfume #B894FC

Tints of Perfume #B894FC

Color information

#B894FC (or 0xB894FC) is unknown color: approx Perfume. HEX triplet: B8, 94 and FC. RGB value is (184,148,252). Sum of RGB (Red+Green+Blue) = 184+148+252=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #B894FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894FC is #476B03. Grayscale: #AAAAAA. Windows color (decimal): -4680452 or 16553144. OLE color: 16553144.

HSL color Cylindrical-coordinate representation of color #B894FC: hue angle of 260.77º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B894FC is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184148252-
CMYK0.270.4100.01
HSL260.77º94.55%78.43%-
HSV(B)260.77º41.27%98.82%-
XYZ47.9338.496.98-
YUV170.62173.93137.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 148 (58.20% from 255) = 25.34%
BLUE value IS 252 (98.83% from 255) = 43.15%
R=31.51%
G=25.34%
B=43.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841482520.270.4100.01260.7794.5578.43
HexB894FC1B29011055f4e
Octal270224374335101405137116
Binary101110001001010011111100110111010010110000010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B894FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B894FC; }

 p { color: rgb(184,148,252); }

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

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

 a { background-color: rgb(184,148,252); }

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

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

 span { border-color: rgb(184,148,252); }

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