#B8A0EE

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

Shades of Perfume #B8A0EE

Tints of Perfume #B8A0EE

Color information

#B8A0EE (or 0xB8A0EE) is unknown color: approx Perfume. HEX triplet: B8, A0 and EE. RGB value is (184,160,238). Sum of RGB (Red+Green+Blue) = 184+160+238=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8A0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A0EE is #475F11. Grayscale: #AFAFAF. Windows color (decimal): -4677394 or 15638712. OLE color: 15638712.

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

Color convert

RGB184160238-
CMYK0.230.3300.07
HSL258.46º69.64%78.04%-
HSV(B)258.46º32.77%93.33%-
XYZ47.7741.5186.38-
YUV176.07162.95133.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.62%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 238 (93.36% from 255) = 40.89%
R=31.62%
G=27.49%
B=40.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841602380.230.3300.07258.4669.6478.04
HexB8A0EE172107102464e
Octal270240356274107402106116
Binary10111000101000001110111010111100001011110000001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A0EE; }

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

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

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

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

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

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

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

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