#bf90f6

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

Shades of Perfume #BF90F6

Tints of Perfume #BF90F6

Color information

#BF90F6 (or 0xBF90F6) is unknown color: approx Perfume. HEX triplet: BF, 90 and F6. RGB value is (191,144,246). Sum of RGB (Red+Green+Blue) = 191+144+246=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF90F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF90F6 is #406F09. Grayscale: #A9A9A9. Windows color (decimal): -4222730 or 16158911. OLE color: 16158911.

HSL color Cylindrical-coordinate representation of color #BF90F6: hue angle of 267.65º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF90F6 is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB191144246-
CMYK0.220.4100.04
HSL267.65º85%76.47%-
HSV(B)267.65º41.46%96.47%-
XYZ48.0937.6891.93-
YUV169.68171.07143.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.87%
GREEN value IS 144 (56.64% from 255) = 24.78%
BLUE value IS 246 (96.48% from 255) = 42.34%
R=32.87%
G=24.78%
B=42.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1911442460.220.4100.04267.658576.47
HexBF90F616290410c554c
Octal277220366265104414125114
Binary10111111100100001111011010110101001010010000110010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf90f6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf90f6; }

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

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

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

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

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

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

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

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