#BB9AF1

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

Shades of Perfume #BB9AF1

Tints of Perfume #BB9AF1

Color information

#BB9AF1 (or 0xBB9AF1) is unknown color: approx Perfume. HEX triplet: BB, 9A and F1. RGB value is (187,154,241). Sum of RGB (Red+Green+Blue) = 187+154+241=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB9AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9AF1 is #44650E. Grayscale: #ADADAD. Windows color (decimal): -4482319 or 15833787. OLE color: 15833787.

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

Color convert

RGB187154241-
CMYK0.220.3600.05
HSL262.76º75.65%77.45%-
HSV(B)262.76º36.1%94.51%-
XYZ47.9340.0388.42-
YUV173.78165.93137.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 154 (60.55% from 255) = 26.46%
BLUE value IS 241 (94.53% from 255) = 41.41%
R=32.13%
G=26.46%
B=41.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871542410.220.3600.05262.7675.6577.45
HexBB9AF11624051074c4d
Octal273232361264405407114115
Binary10111011100110101111000110110100100010110000011110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9AF1; }

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

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

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

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

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

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

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

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