#BB90F2

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

Shades of Perfume #BB90F2

Tints of Perfume #BB90F2

Color information

#BB90F2 (or 0xBB90F2) is unknown color: approx Perfume. HEX triplet: BB, 90 and F2. RGB value is (187,144,242). Sum of RGB (Red+Green+Blue) = 187+144+242=573 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.64% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB90F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB90F2 is #446F0D. Grayscale: #A7A7A7. Windows color (decimal): -4484878 or 15896763. OLE color: 15896763.

HSL color Cylindrical-coordinate representation of color #BB90F2: hue angle of 266.33º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB90F2 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187144242-
CMYK0.230.4000.05
HSL266.33º79.03%75.69%-
HSV(B)266.33º40.5%94.9%-
XYZ46.4936.9288.68-
YUV168.03169.75141.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.64%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=32.64%
G=25.13%
B=42.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871442420.230.4000.05266.3379.0375.69
HexBB90F217280510a4f4c
Octal273220362275005412117114
Binary10111011100100001111001010111101000010110000101010011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90F2; }

 p { color: rgb(187,144,242); }

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

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

 a { background-color: rgb(187,144,242); }

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

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

 span { border-color: rgb(187,144,242); }

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