#BB93EF

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

Shades of Perfume #BB93EF

Tints of Perfume #BB93EF

Color information

#BB93EF (or 0xBB93EF) is unknown color: approx Perfume. HEX triplet: BB, 93 and EF. RGB value is (187,147,239). Sum of RGB (Red+Green+Blue) = 187+147+239=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93EF is #446C10. Grayscale: #A9A9A9. Windows color (decimal): -4484113 or 15700923. OLE color: 15700923.

HSL color Cylindrical-coordinate representation of color #BB93EF: hue angle of 266.09º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB93EF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187147239-
CMYK0.220.3800.06
HSL266.09º74.19%75.69%-
HSV(B)266.09º38.49%93.73%-
XYZ46.5137.6686.48-
YUV169.45167.25140.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 147 (57.81% from 255) = 25.65%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=32.64%
G=25.65%
B=41.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1871472390.220.3800.06266.0974.1975.69
HexBB93EF16260610a4a4c
Octal273223357264606412112114
Binary10111011100100111110111110110100110011010000101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93EF; }

 p { color: rgb(187,147,239); }

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

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

 a { background-color: rgb(187,147,239); }

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

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

 span { border-color: rgb(187,147,239); }

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