#BB9AF3

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

Shades of Perfume #BB9AF3

Tints of Perfume #BB9AF3

Color information

#BB9AF3 (or 0xBB9AF3) is unknown color: approx Perfume. HEX triplet: BB, 9A and F3. RGB value is (187,154,243). Sum of RGB (Red+Green+Blue) = 187+154+243=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 154 (60.55% from 255 or 26.37% from 584); Blue value is 243 (95.31% from 255 or 41.61% from 584); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB9AF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AF3 is #44650C. Grayscale: #ADADAD. Windows color (decimal): -4482317 or 15964859. OLE color: 15964859.

HSL color Cylindrical-coordinate representation of color #BB9AF3: hue angle of 262.25º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9AF3 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187154243-
CMYK0.230.3700.05
HSL262.25º78.76%77.84%-
HSV(B)262.25º36.63%95.29%-
XYZ48.2340.1590-
YUV174.01166.93137.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.02%
GREEN value IS 154 (60.55% from 255) = 26.37%
BLUE value IS 243 (95.31% from 255) = 41.61%
R=32.02%
G=26.37%
B=41.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871542430.230.3700.05262.2578.7677.84
HexBB9AF31725051064f4e
Octal273232363274505406117116
Binary10111011100110101111001110111100101010110000011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AF3; }

 p { color: rgb(187,154,243); }

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

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

 a { background-color: rgb(187,154,243); }

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

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

 span { border-color: rgb(187,154,243); }

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