#BB9FFA

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

Shades of Perfume #BB9FFA

Tints of Perfume #BB9FFA

Color information

#BB9FFA (or 0xBB9FFA) is unknown color: approx Perfume. HEX triplet: BB, 9F and FA. RGB value is (187,159,250). Sum of RGB (Red+Green+Blue) = 187+159+250=596 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.38% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FFA is #446005. Grayscale: #B1B1B1. Windows color (decimal): -4481030 or 16424891. OLE color: 16424891.

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

Color convert

RGB187159250-
CMYK0.250.3600.02
HSL258.46º90.1%80.2%-
HSV(B)258.46º36.4%98.04%-
XYZ50.1542.2695.96-
YUV177.75168.78134.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.38%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 250 (98.05% from 255) = 41.95%
R=31.38%
G=26.68%
B=41.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871592500.250.3600.02258.4690.180.2
HexBB9FFA1924021025a50
Octal273237372314402402132120
Binary1011101110011111111110101100110010001010000001010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FFA; }

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

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

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

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

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

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

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

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