#BF90FA

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

Shades of Perfume #BF90FA

Tints of Perfume #BF90FA

Color information

#BF90FA (or 0xBF90FA) is unknown color: approx Perfume. HEX triplet: BF, 90 and FA. RGB value is (191,144,250). Sum of RGB (Red+Green+Blue) = 191+144+250=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 144 (56.64% from 255 or 24.62% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #BF90FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90FA is #406F05. Grayscale: #A9A9A9. Windows color (decimal): -4222726 or 16421055. OLE color: 16421055.

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

Color convert

RGB191144250-
CMYK0.240.4200.02
HSL266.6º91.38%77.25%-
HSV(B)266.6º42.4%98.04%-
XYZ48.7137.9395.2-
YUV170.14173.07142.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.65%
GREEN value IS 144 (56.64% from 255) = 24.62%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=32.65%
G=24.62%
B=42.74%

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
Decimal1911442500.240.4200.02266.691.3877.25
HexBF90FA182A0210b5b4d
Octal277220372305202413133115
Binary1011111110010000111110101100010101001010000101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90FA; }

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

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

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

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

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

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

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

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