#BB9DF9

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

Shades of Perfume #BB9DF9

Tints of Perfume #BB9DF9

Color information

#BB9DF9 (or 0xBB9DF9) is unknown color: approx Perfume. HEX triplet: BB, 9D and F9. RGB value is (187,157,249). Sum of RGB (Red+Green+Blue) = 187+157+249=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #BB9DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9DF9 is #446206. Grayscale: #B0B0B0. Windows color (decimal): -4481543 or 16358843. OLE color: 16358843.

HSL color Cylindrical-coordinate representation of color #BB9DF9: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9DF9 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187157249-
CMYK0.250.3700.02
HSL259.57º88.46%79.61%-
HSV(B)259.57º36.95%97.65%-
XYZ49.6541.5295.02-
YUV176.46168.94135.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.53%
GREEN value IS 157 (61.72% from 255) = 26.48%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=31.53%
G=26.48%
B=41.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871572490.250.3700.02259.5788.4679.61
HexBB9DF91925021045850
Octal273235371314502404130120
Binary1011101110011101111110011100110010101010000010010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9DF9; }

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

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

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

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

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

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

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

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