#BC90F9

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

Shades of Perfume #BC90F9

Tints of Perfume #BC90F9

Color information

#BC90F9 (or 0xBC90F9) is unknown color: approx Perfume. HEX triplet: BC, 90 and F9. RGB value is (188,144,249). Sum of RGB (Red+Green+Blue) = 188+144+249=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 249 (97.66% from 255 or 42.86% from 581); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC90F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90F9 is #436F06. Grayscale: #A8A8A8. Windows color (decimal): -4419335 or 16355516. OLE color: 16355516.

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

Color convert

RGB188144249-
CMYK0.240.4200.02
HSL265.14º89.74%77.06%-
HSV(B)265.14º42.17%97.65%-
XYZ47.8137.4894.34-
YUV169.13173.08141.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.36%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 249 (97.66% from 255) = 42.86%
R=32.36%
G=24.78%
B=42.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881442490.240.4200.02265.1489.7477.06
HexBC90F9182A021095a4d
Octal274220371305202411132115
Binary1011110010010000111110011100010101001010000100110110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90F9; }

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

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

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

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

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

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

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

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