#BF90F7

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

Shades of Perfume #BF90F7

Tints of Perfume #BF90F7

Color information

#BF90F7 (or 0xBF90F7) is unknown color: approx Perfume. HEX triplet: BF, 90 and F7. RGB value is (191,144,247). Sum of RGB (Red+Green+Blue) = 191+144+247=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 144 (56.64% from 255 or 24.74% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #BF90F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F7 is #406F08. Grayscale: #A9A9A9. Windows color (decimal): -4222729 or 16224447. OLE color: 16224447.

HSL color Cylindrical-coordinate representation of color #BF90F7: hue angle of 267.38º degrees, saturation: 0.87, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF90F7 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB191144247-
CMYK0.230.4200.03
HSL267.38º86.55%76.67%-
HSV(B)267.38º41.7%96.86%-
XYZ48.2537.7492.74-
YUV169.8171.57143.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.82%
GREEN value IS 144 (56.64% from 255) = 24.74%
BLUE value IS 247 (96.88% from 255) = 42.44%
R=32.82%
G=24.74%
B=42.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911442470.230.4200.03267.3886.5576.67
HexBF90F7172A0310b574d
Octal277220367275203413127115
Binary1011111110010000111101111011110101001110000101110101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF90F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF90F7; }

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

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

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

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

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

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

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

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