#BB9DF6

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

Shades of Perfume #BB9DF6

Tints of Perfume #BB9DF6

Color information

#BB9DF6 (or 0xBB9DF6) is unknown color: approx Perfume. HEX triplet: BB, 9D and F6. RGB value is (187,157,246). Sum of RGB (Red+Green+Blue) = 187+157+246=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 246 (96.48% from 255 or 41.69% from 590); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF6 is #446209. Grayscale: #AFAFAF. Windows color (decimal): -4481546 or 16162235. OLE color: 16162235.

HSL color Cylindrical-coordinate representation of color #BB9DF6: hue angle of 260.22º degrees, saturation: 0.83, 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 #BB9DF6 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187157246-
CMYK0.240.3600.04
HSL260.22º83.18%79.02%-
HSV(B)260.22º36.18%96.47%-
XYZ49.1941.3392.57-
YUV176.12167.44135.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.69%
GREEN value IS 157 (61.72% from 255) = 26.61%
BLUE value IS 246 (96.48% from 255) = 41.69%
R=31.69%
G=26.61%
B=41.69%

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
Decimal1871572460.240.3600.04260.2283.1879.02
HexBB9DF6182404104534f
Octal273235366304404404123117
Binary10111011100111011111011011000100100010010000010010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DF6; }

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

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

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

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

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

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

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

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