#BC90FA

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

Shades of Perfume #BC90FA

Tints of Perfume #BC90FA

Color information

#BC90FA (or 0xBC90FA) is unknown color: approx Perfume. HEX triplet: BC, 90 and FA. RGB value is (188,144,250). Sum of RGB (Red+Green+Blue) = 188+144+250=582 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.30% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC90FA is #436F05. Grayscale: #A8A8A8. Windows color (decimal): -4419334 or 16421052. OLE color: 16421052.

HSL color Cylindrical-coordinate representation of color #BC90FA: hue angle of 264.91º degrees, saturation: 0.91, 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 #BC90FA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB188144250-
CMYK0.250.4200.02
HSL264.91º91.38%77.25%-
HSV(B)264.91º42.4%98.04%-
XYZ47.9737.5495.16-
YUV169.24173.58141.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.30%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 250 (98.05% from 255) = 42.96%
R=32.30%
G=24.74%
B=42.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1881442500.250.4200.02264.9191.3877.25
HexBC90FA192A021095b4d
Octal274220372315202411133115
Binary1011110010010000111110101100110101001010000100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC90FA; }

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

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

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

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

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

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

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

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