#B8A3EC

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

Shades of Perfume #B8A3EC

Tints of Perfume #B8A3EC

Color information

#B8A3EC (or 0xB8A3EC) is unknown color: approx Perfume. HEX triplet: B8, A3 and EC. RGB value is (184,163,236). Sum of RGB (Red+Green+Blue) = 184+163+236=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 163 (64.06% from 255 or 27.96% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8A3EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A3EC is #475C13. Grayscale: #B1B1B1. Windows color (decimal): -4676628 or 15508408. OLE color: 15508408.

HSL color Cylindrical-coordinate representation of color #B8A3EC: hue angle of 257.26º degrees, saturation: 0.66, 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 #B8A3EC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184163236-
CMYK0.220.3100.07
HSL257.26º65.77%78.24%-
HSV(B)257.26º30.93%92.55%-
XYZ4842.4485.02-
YUV177.6160.96132.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 163 (64.06% from 255) = 27.96%
BLUE value IS 236 (92.58% from 255) = 40.48%
R=31.56%
G=27.96%
B=40.48%

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
Decimal1841632360.220.3100.07257.2665.7778.24
HexB8A3EC161F07101424e
Octal270243354263707401102116
Binary1011100010100011111011001011011111011110000000110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A3EC; }

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

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

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

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

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

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

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

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