#BA90FE

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

Shades of Perfume #BA90FE

Tints of Perfume #BA90FE

Color information

#BA90FE (or 0xBA90FE) is unknown color: approx Perfume. HEX triplet: BA, 90 and FE. RGB value is (186,144,254). Sum of RGB (Red+Green+Blue) = 186+144+254=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BA90FE is #456F01. Grayscale: #A8A8A8. Windows color (decimal): -4550402 or 16683194. OLE color: 16683194.

HSL color Cylindrical-coordinate representation of color #BA90FE: hue angle of 262.91º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA90FE is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186144254-
CMYK0.270.4300.00
HSL262.91º98.21%78.04%-
HSV(B)262.91º43.31%99.61%-
XYZ48.1137.5498.48-
YUV169.1175.91140.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 144 (56.64% from 255) = 24.66%
BLUE value IS 254 (99.61% from 255) = 43.49%
R=31.85%
G=24.66%
B=43.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861442540.270.4300.00262.9198.2178.04
HexBA90FE1B2B00107624e
Octal272220376335300407142116
Binary101110101001000011111110110111010110010000011111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA90FE; }

 p { color: rgb(186,144,254); }

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

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

 a { background-color: rgb(186,144,254); }

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

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

 span { border-color: rgb(186,144,254); }

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