#BB9FF1

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

Shades of Perfume #BB9FF1

Tints of Perfume #BB9FF1

Color information

#BB9FF1 (or 0xBB9FF1) is unknown color: approx Perfume. HEX triplet: BB, 9F and F1. RGB value is (187,159,241). Sum of RGB (Red+Green+Blue) = 187+159+241=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB9FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FF1 is #44600E. Grayscale: #B0B0B0. Windows color (decimal): -4481039 or 15835067. OLE color: 15835067.

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

Color convert

RGB187159241-
CMYK0.220.3400.05
HSL260.49º74.55%78.43%-
HSV(B)260.49º34.02%94.51%-
XYZ48.7741.7188.7-
YUV176.72164.28135.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.86%
GREEN value IS 159 (62.5% from 255) = 27.09%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=31.86%
G=27.09%
B=41.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871592410.220.3400.05260.4974.5578.43
HexBB9FF11622051044b4e
Octal273237361264205404113116
Binary10111011100111111111000110110100010010110000010010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FF1; }

 p { color: rgb(187,159,241); }

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

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

 a { background-color: rgb(187,159,241); }

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

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

 span { border-color: rgb(187,159,241); }

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