#BB93ED

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

Shades of Perfume #BB93ED

Tints of Perfume #BB93ED

Color information

#BB93ED (or 0xBB93ED) is unknown color: approx Perfume. HEX triplet: BB, 93 and ED. RGB value is (187,147,237). Sum of RGB (Red+Green+Blue) = 187+147+237=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 237 (92.97% from 255 or 41.51% from 571); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93ED is #446C12. Grayscale: #A8A8A8. Windows color (decimal): -4484115 or 15569851. OLE color: 15569851.

HSL color Cylindrical-coordinate representation of color #BB93ED: hue angle of 266.67º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB93ED is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187147237-
CMYK0.210.3800.07
HSL266.67º71.43%75.29%-
HSV(B)266.67º37.97%92.94%-
XYZ46.2137.5584.93-
YUV169.22166.25140.68-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.75%
GREEN value IS 147 (57.81% from 255) = 25.74%
BLUE value IS 237 (92.97% from 255) = 41.51%
R=32.75%
G=25.74%
B=41.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1871472370.210.3800.07266.6771.4375.29
HexBB93ED15260710b474b
Octal273223355254607413107113
Binary10111011100100111110110110101100110011110000101110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB93ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB93ED; }

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

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

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

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

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

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

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

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