#BB90EB

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

Shades of Perfume #BB90EB

Tints of Perfume #BB90EB

Color information

#BB90EB (or 0xBB90EB) is unknown color: approx Perfume. HEX triplet: BB, 90 and EB. RGB value is (187,144,235). Sum of RGB (Red+Green+Blue) = 187+144+235=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90EB is #446F14. Grayscale: #A6A6A6. Windows color (decimal): -4484885 or 15438011. OLE color: 15438011.

HSL color Cylindrical-coordinate representation of color #BB90EB: hue angle of 268.35º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB90EB is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187144235-
CMYK0.200.3900.08
HSL268.35º69.47%74.31%-
HSV(B)268.35º38.72%92.16%-
XYZ45.4636.5183.25-
YUV167.23166.25142.1-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 144 (56.64% from 255) = 25.44%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=33.04%
G=25.44%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871442350.200.3900.08268.3569.4774.31
HexBB90EB14270810c454a
Octal2732203532447010414105112
Binary101110111001000011101011101001001110100010000110010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90EB; }

 p { color: rgb(187,144,235); }

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

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

 a { background-color: rgb(187,144,235); }

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

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

 span { border-color: rgb(187,144,235); }

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