#B7A0EE

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

Shades of Perfume #B7A0EE

Tints of Perfume #B7A0EE

Color information

#B7A0EE (or 0xB7A0EE) is unknown color: approx Perfume. HEX triplet: B7, A0 and EE. RGB value is (183,160,238). Sum of RGB (Red+Green+Blue) = 183+160+238=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 160 (62.89% from 255 or 27.54% from 581); Blue value is 238 (93.36% from 255 or 40.96% from 581); Max value from RGB is 238 - color contains mainly: blue. Hex color #B7A0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A0EE is #485F11. Grayscale: #AFAFAF. Windows color (decimal): -4742930 or 15638711. OLE color: 15638711.

HSL color Cylindrical-coordinate representation of color #B7A0EE: hue angle of 257.69º 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 #B7A0EE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183160238-
CMYK0.230.3300.07
HSL257.69º69.64%78.04%-
HSV(B)257.69º32.77%93.33%-
XYZ47.5341.3886.37-
YUV175.77163.12133.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 160 (62.89% from 255) = 27.54%
BLUE value IS 238 (93.36% from 255) = 40.96%
R=31.50%
G=27.54%
B=40.96%

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
Decimal1831602380.230.3300.07257.6969.6478.04
HexB7A0EE172107102464e
Octal267240356274107402106116
Binary10110111101000001110111010111100001011110000001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A0EE; }

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

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

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

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

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

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

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

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