#BB89FE

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

Shades of Perfume #BB89FE

Tints of Perfume #BB89FE

Color information

#BB89FE (or 0xBB89FE) is unknown color: approx Perfume. HEX triplet: BB, 89 and FE. RGB value is (187,137,254). Sum of RGB (Red+Green+Blue) = 187+137+254=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB89FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB89FE is #447601. Grayscale: #A4A4A4. Windows color (decimal): -4486658 or 16681403. OLE color: 16681403.

HSL color Cylindrical-coordinate representation of color #BB89FE: hue angle of 265.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB89FE is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB187137254-
CMYK0.260.4600.00
HSL265.64º98.32%76.67%-
HSV(B)265.64º46.06%99.61%-
XYZ47.3335.6198.15-
YUV165.29178.06143.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.35%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 254 (99.61% from 255) = 43.94%
R=32.35%
G=23.70%
B=43.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1871372540.260.4600.00265.6498.3276.67
HexBB89FE1A2E0010a624d
Octal273211376325600412142115
Binary101110111000100111111110110101011100010000101011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB89FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB89FE; }

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

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

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

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

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

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

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

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