#BB9FFD

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

Shades of Perfume #BB9FFD

Tints of Perfume #BB9FFD

Color information

#BB9FFD (or 0xBB9FFD) is unknown color: approx Perfume. HEX triplet: BB, 9F and FD. RGB value is (187,159,253). Sum of RGB (Red+Green+Blue) = 187+159+253=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB9FFD is #446002. Grayscale: #B1B1B1. Windows color (decimal): -4481027 or 16621499. OLE color: 16621499.

HSL color Cylindrical-coordinate representation of color #BB9FFD: hue angle of 257.87º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB9FFD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187159253-
CMYK0.260.3700.01
HSL257.87º95.92%80.78%-
HSV(B)257.87º37.15%99.22%-
XYZ50.6242.4598.45-
YUV178.09170.28134.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 31.22%
GREEN value IS 159 (62.5% from 255) = 26.54%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=31.22%
G=26.54%
B=42.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871592530.260.3700.01257.8795.9280.78
HexBB9FFD1A25011026051
Octal273237375324501402140121
Binary101110111001111111111101110101001010110000001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB9FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB9FFD; }

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

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

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

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

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

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

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

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