#BB92E3

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

Shades of Perfume #BB92E3

Tints of Perfume #BB92E3

Color information

#BB92E3 (or 0xBB92E3) is unknown color: approx Perfume. HEX triplet: BB, 92 and E3. RGB value is (187,146,227). Sum of RGB (Red+Green+Blue) = 187+146+227=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 227 (89.06% from 255 or 40.54% from 560); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB92E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92E3 is #446D1C. Grayscale: #A7A7A7. Windows color (decimal): -4484381 or 14914235. OLE color: 14914235.

HSL color Cylindrical-coordinate representation of color #BB92E3: hue angle of 270.37º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB92E3 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187146227-
CMYK0.180.3600.11
HSL270.37º59.12%73.14%-
HSV(B)270.37º35.68%89.02%-
XYZ44.6436.6777.4-
YUV167.49161.58141.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.39%
GREEN value IS 146 (57.42% from 255) = 26.07%
BLUE value IS 227 (89.06% from 255) = 40.54%
R=33.39%
G=26.07%
B=40.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1871462270.180.3600.11270.3759.1273.14
HexBB92E312240B10e3b49
Octal273222343224401341673111
Binary10111011100100101110001110010100100010111000011101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92E3; }

 p { color: rgb(187,146,227); }

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

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

 a { background-color: rgb(187,146,227); }

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

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

 span { border-color: rgb(187,146,227); }

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