#BB9EFF

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

Shades of Perfume #BB9EFF

Tints of Perfume #BB9EFF

Color information

#BB9EFF (or 0xBB9EFF) is unknown color: approx Perfume. HEX triplet: BB, 9E and FF. RGB value is (187,158,255). Sum of RGB (Red+Green+Blue) = 187+158+255=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9EFF is #446100. Grayscale: #B1B1B1. Windows color (decimal): -4481281 or 16752315. OLE color: 16752315.

HSL color Cylindrical-coordinate representation of color #BB9EFF: hue angle of 257.94º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB9EFF is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB187158255-
CMYK0.270.3800
HSL257.94º100%80.98%-
HSV(B)257.94º38.04%100%-
XYZ50.7742.24100.08-
YUV177.73171.61134.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.17%
GREEN value IS 158 (62.11% from 255) = 26.33%
BLUE value IS 255 (100% from 255) = 42.5%
R=31.17%
G=26.33%
B=42.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1871582550.270.3800257.9410080.98
HexBB9EFF1B26001026451
Octal273236377334600402144121
Binary101110111001111011111111110111001100010000001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9EFF; }

 p { color: rgb(187,158,255); }

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

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

 a { background-color: rgb(187,158,255); }

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

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

 span { border-color: rgb(187,158,255); }

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