#BC90F7

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

Shades of Perfume #BC90F7

Tints of Perfume #BC90F7

Color information

#BC90F7 (or 0xBC90F7) is unknown color: approx Perfume. HEX triplet: BC, 90 and F7. RGB value is (188,144,247). Sum of RGB (Red+Green+Blue) = 188+144+247=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 247 (96.88% from 255 or 42.66% from 579); Max value from RGB is 247 - color contains mainly: blue. Hex color #BC90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90F7 is #436F08. Grayscale: #A8A8A8. Windows color (decimal): -4419337 or 16224444. OLE color: 16224444.

HSL color Cylindrical-coordinate representation of color #BC90F7: hue angle of 265.63º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC90F7 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB188144247-
CMYK0.240.4200.03
HSL265.63º86.55%76.67%-
HSV(B)265.63º41.7%96.86%-
XYZ47.537.3592.7-
YUV168.9172.08141.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 247 (96.88% from 255) = 42.66%
R=32.47%
G=24.87%
B=42.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1881442470.240.4200.03265.6386.5576.67
HexBC90F7182A0310a574d
Octal274220367305203412127115
Binary1011110010010000111101111100010101001110000101010101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90F7; }

 p { color: rgb(188,144,247); }

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

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

 a { background-color: rgb(188,144,247); }

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

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

 span { border-color: rgb(188,144,247); }

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