#B8A0EF

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

Shades of Perfume #B8A0EF

Tints of Perfume #B8A0EF

Color information

#B8A0EF (or 0xB8A0EF) is unknown color: approx Perfume. HEX triplet: B8, A0 and EF. RGB value is (184,160,239). Sum of RGB (Red+Green+Blue) = 184+160+239=583 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.56% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A0EF is #475F10. Grayscale: #AFAFAF. Windows color (decimal): -4677393 or 15704248. OLE color: 15704248.

HSL color Cylindrical-coordinate representation of color #B8A0EF: hue angle of 258.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B8A0EF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB184160239-
CMYK0.230.3300.06
HSL258.23º71.17%78.24%-
HSV(B)258.23º33.05%93.73%-
XYZ47.9241.5687.16-
YUV176.18163.45133.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.56%
GREEN value IS 160 (62.89% from 255) = 27.44%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=31.56%
G=27.44%
B=40.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1841602390.230.3300.06258.2371.1778.24
HexB8A0EF172106102474e
Octal270240357274106402107116
Binary10111000101000001110111110111100001011010000001010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0EF; }

 p { color: rgb(184,160,239); }

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

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

 a { background-color: rgb(184,160,239); }

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

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

 span { border-color: rgb(184,160,239); }

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