#BC90F5

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

Shades of Perfume #BC90F5

Tints of Perfume #BC90F5

Color information

#BC90F5 (or 0xBC90F5) is unknown color: approx Perfume. HEX triplet: BC, 90 and F5. RGB value is (188,144,245). Sum of RGB (Red+Green+Blue) = 188+144+245=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC90F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90F5 is #436F0A. Grayscale: #A8A8A8. Windows color (decimal): -4419339 or 16093372. OLE color: 16093372.

HSL color Cylindrical-coordinate representation of color #BC90F5: hue angle of 266.14º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC90F5 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188144245-
CMYK0.230.4100.04
HSL266.14º83.47%76.27%-
HSV(B)266.14º41.22%96.08%-
XYZ47.1937.2391.09-
YUV168.67171.08141.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 245 (96.09% from 255) = 42.46%
R=32.58%
G=24.96%
B=42.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1881442450.230.4100.04266.1483.4776.27
HexBC90F517290410a534c
Octal274220365275104412123114
Binary10111100100100001111010110111101001010010000101010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90F5; }

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

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

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

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

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

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

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

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