#BC90F0

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

Shades of Perfume #BC90F0

Tints of Perfume #BC90F0

Color information

#BC90F0 (or 0xBC90F0) is unknown color: approx Perfume. HEX triplet: BC, 90 and F0. RGB value is (188,144,240). Sum of RGB (Red+Green+Blue) = 188+144+240=572 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.87% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 240 (94.14% from 255 or 41.96% from 572); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC90F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90F0 is #436F0F. Grayscale: #A7A7A7. Windows color (decimal): -4419344 or 15765692. OLE color: 15765692.

HSL color Cylindrical-coordinate representation of color #BC90F0: hue angle of 267.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC90F0 is Cyan = 0.22, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188144240-
CMYK0.220.400.06
HSL267.5º76.19%75.29%-
HSV(B)267.5º40%94.12%-
XYZ46.4436.9387.12-
YUV168.1168.58142.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.87%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 240 (94.14% from 255) = 41.96%
R=32.87%
G=25.17%
B=41.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881442400.220.400.06267.576.1975.29
HexBC90F016280610c4c4b
Octal274220360265006414114113
Binary10111100100100001111000010110101000011010000110010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90F0; }

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

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

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

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

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

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

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

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