#BB9DF5

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

Shades of Perfume #BB9DF5

Tints of Perfume #BB9DF5

Color information

#BB9DF5 (or 0xBB9DF5) is unknown color: approx Perfume. HEX triplet: BB, 9D and F5. RGB value is (187,157,245). Sum of RGB (Red+Green+Blue) = 187+157+245=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 157 (61.72% from 255 or 26.66% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 245 - color contains mainly: blue. Hex color #BB9DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF5 is #44620A. Grayscale: #AFAFAF. Windows color (decimal): -4481547 or 16096699. OLE color: 16096699.

HSL color Cylindrical-coordinate representation of color #BB9DF5: hue angle of 260.45º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9DF5 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187157245-
CMYK0.240.3600.04
HSL260.45º81.48%78.82%-
HSV(B)260.45º35.92%96.08%-
XYZ49.0341.2791.77-
YUV176166.94135.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.75%
GREEN value IS 157 (61.72% from 255) = 26.66%
BLUE value IS 245 (96.09% from 255) = 41.60%
R=31.75%
G=26.66%
B=41.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871572450.240.3600.04260.4581.4878.82
HexBB9DF5182404104514f
Octal273235365304404404121117
Binary10111011100111011111010111000100100010010000010010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DF5; }

 p { color: rgb(187,157,245); }

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

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

 a { background-color: rgb(187,157,245); }

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

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

 span { border-color: rgb(187,157,245); }

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