#BB92E4

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

Shades of Perfume #BB92E4

Tints of Perfume #BB92E4

Color information

#BB92E4 (or 0xBB92E4) is unknown color: approx Perfume. HEX triplet: BB, 92 and E4. RGB value is (187,146,228). Sum of RGB (Red+Green+Blue) = 187+146+228=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 228 (89.45% from 255 or 40.64% from 561); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB92E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92E4 is #446D1B. Grayscale: #A7A7A7. Windows color (decimal): -4484380 or 14979771. OLE color: 14979771.

HSL color Cylindrical-coordinate representation of color #BB92E4: hue angle of 270º degrees, saturation: 0.6, 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 #BB92E4 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB187146228-
CMYK0.180.3600.11
HSL270º60.29%73.33%-
HSV(B)270º35.96%89.41%-
XYZ44.7836.7278.13-
YUV167.61162.08141.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 26.02%
BLUE value IS 228 (89.45% from 255) = 40.64%
R=33.33%
G=26.02%
B=40.64%

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
Decimal1871462280.180.3600.1127060.2973.33
HexBB92E412240B10e3c49
Octal273222344224401341674111
Binary10111011100100101110010010010100100010111000011101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92E4; }

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

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

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

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

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

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

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

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