#BB94EF

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

Shades of Perfume #BB94EF

Tints of Perfume #BB94EF

Color information

#BB94EF (or 0xBB94EF) is unknown color: approx Perfume. HEX triplet: BB, 94 and EF. RGB value is (187,148,239). Sum of RGB (Red+Green+Blue) = 187+148+239=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 239 (93.75% from 255 or 41.64% from 574); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB94EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB94EF is #446B10. Grayscale: #A9A9A9. Windows color (decimal): -4483857 or 15701179. OLE color: 15701179.

HSL color Cylindrical-coordinate representation of color #BB94EF: hue angle of 265.71º 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 #BB94EF is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187148239-
CMYK0.220.3800.06
HSL265.71º73.98%75.88%-
HSV(B)265.71º38.08%93.73%-
XYZ46.6637.9886.53-
YUV170.04166.92140.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.58%
GREEN value IS 148 (58.20% from 255) = 25.78%
BLUE value IS 239 (93.75% from 255) = 41.64%
R=32.58%
G=25.78%
B=41.64%

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
Decimal1871482390.220.3800.06265.7173.9875.88
HexBB94EF16260610a4a4c
Octal273224357264606412112114
Binary10111011100101001110111110110100110011010000101010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB94EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB94EF; }

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

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

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

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

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

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

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

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