#B895FC

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

Shades of Perfume #B895FC

Tints of Perfume #B895FC

Color information

#B895FC (or 0xB895FC) is unknown color: approx Perfume. HEX triplet: B8, 95 and FC. RGB value is (184,149,252). Sum of RGB (Red+Green+Blue) = 184+149+252=585 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.45% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #B895FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895FC is #476A03. Grayscale: #AAAAAA. Windows color (decimal): -4680196 or 16553400. OLE color: 16553400.

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

Color convert

RGB184149252-
CMYK0.270.4100.01
HSL260.39º94.5%78.63%-
HSV(B)260.39º40.87%98.82%-
XYZ48.0938.7197.03-
YUV171.21173.6137.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.45%
GREEN value IS 149 (58.59% from 255) = 25.47%
BLUE value IS 252 (98.83% from 255) = 43.08%
R=31.45%
G=25.47%
B=43.08%

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
Decimal1841492520.270.4100.01260.3994.578.63
HexB895FC1B29011045e4f
Octal270225374335101404136117
Binary101110001001010111111100110111010010110000010010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B895FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B895FC; }

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

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

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

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

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

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

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

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