#BB9BF4

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

Shades of Perfume #BB9BF4

Tints of Perfume #BB9BF4

Color information

#BB9BF4 (or 0xBB9BF4) is unknown color: approx Perfume. HEX triplet: BB, 9B and F4. RGB value is (187,155,244). Sum of RGB (Red+Green+Blue) = 187+155+244=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 155 (60.94% from 255 or 26.45% from 586); Blue value is 244 (95.70% from 255 or 41.64% from 586); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB9BF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9BF4 is #44640B. Grayscale: #AEAEAE. Windows color (decimal): -4482060 or 16030651. OLE color: 16030651.

HSL color Cylindrical-coordinate representation of color #BB9BF4: hue angle of 261.57º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB9BF4 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187155244-
CMYK0.230.3600.04
HSL261.57º80.18%78.24%-
HSV(B)261.57º36.48%95.69%-
XYZ48.5440.5490.85-
YUV174.71167.1136.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.91%
GREEN value IS 155 (60.94% from 255) = 26.45%
BLUE value IS 244 (95.70% from 255) = 41.64%
R=31.91%
G=26.45%
B=41.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871552440.230.3600.04261.5780.1878.24
HexBB9BF4172404106504e
Octal273233364274404406120116
Binary10111011100110111111010010111100100010010000011010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9BF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9BF4; }

 p { color: rgb(187,155,244); }

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

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

 a { background-color: rgb(187,155,244); }

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

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

 span { border-color: rgb(187,155,244); }

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