#B8A2EB

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

Shades of Perfume #B8A2EB

Tints of Perfume #B8A2EB

Color information

#B8A2EB (or 0xB8A2EB) is unknown color: approx Perfume. HEX triplet: B8, A2 and EB. RGB value is (184,162,235). Sum of RGB (Red+Green+Blue) = 184+162+235=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 162 (63.67% from 255 or 27.88% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8A2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A2EB is #475D14. Grayscale: #B0B0B0. Windows color (decimal): -4676885 or 15442616. OLE color: 15442616.

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

Color convert

RGB184162235-
CMYK0.220.3100.08
HSL258.08º64.6%77.84%-
HSV(B)258.08º31.06%92.16%-
XYZ47.6842.0384.2-
YUV176.9160.79133.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 162 (63.67% from 255) = 27.88%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=31.67%
G=27.88%
B=40.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841622350.220.3100.08258.0864.677.84
HexB8A2EB161F08102414e
Octal2702423532637010402101116
Binary10111000101000101110101110110111110100010000001010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A2EB; }

 p { color: rgb(184,162,235); }

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

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

 a { background-color: rgb(184,162,235); }

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

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

 span { border-color: rgb(184,162,235); }

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