#BB89FD

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

Shades of Perfume #BB89FD

Tints of Perfume #BB89FD

Color information

#BB89FD (or 0xBB89FD) is unknown color: approx Perfume. HEX triplet: BB, 89 and FD. RGB value is (187,137,253). Sum of RGB (Red+Green+Blue) = 187+137+253=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB89FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89FD is #447602. Grayscale: #A4A4A4. Windows color (decimal): -4486659 or 16615867. OLE color: 16615867.

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

Color convert

RGB187137253-
CMYK0.260.4600.01
HSL265.86º96.67%76.47%-
HSV(B)265.86º45.85%99.22%-
XYZ47.1735.5597.3-
YUV165.17177.56143.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 137 (53.91% from 255) = 23.74%
BLUE value IS 253 (99.22% from 255) = 43.85%
R=32.41%
G=23.74%
B=43.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871372530.260.4600.01265.8696.6776.47
HexBB89FD1A2E0110a614c
Octal273211375325601412141114
Binary101110111000100111111101110101011100110000101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89FD; }

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

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

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

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

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

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

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

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