#B8A4EC

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

Shades of Perfume #B8A4EC

Tints of Perfume #B8A4EC

Color information

#B8A4EC (or 0xB8A4EC) is unknown color: approx Perfume. HEX triplet: B8, A4 and EC. RGB value is (184,164,236). Sum of RGB (Red+Green+Blue) = 184+164+236=584 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.51% from 584); Green value is 164 (64.45% from 255 or 28.08% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8A4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4EC is #475B13. Grayscale: #B1B1B1. Windows color (decimal): -4676372 or 15508664. OLE color: 15508664.

HSL color Cylindrical-coordinate representation of color #B8A4EC: hue angle of 256.67º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A4EC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184164236-
CMYK0.220.3100.07
HSL256.67º65.45%78.43%-
HSV(B)256.67º30.51%92.55%-
XYZ48.1842.885.08-
YUV178.19160.63132.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.51%
GREEN value IS 164 (64.45% from 255) = 28.08%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=31.51%
G=28.08%
B=40.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841642360.220.3100.07256.6765.4578.43
HexB8A4EC161F07101414e
Octal270244354263707401101116
Binary1011100010100100111011001011011111011110000000110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4EC; }

 p { color: rgb(184,164,236); }

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

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

 a { background-color: rgb(184,164,236); }

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

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

 span { border-color: rgb(184,164,236); }

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