#BF92FD

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

Shades of Perfume #BF92FD

Tints of Perfume #BF92FD

Color information

#BF92FD (or 0xBF92FD) is unknown color: approx Perfume. HEX triplet: BF, 92 and FD. RGB value is (191,146,253). Sum of RGB (Red+Green+Blue) = 191+146+253=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #BF92FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF92FD is #406D02. Grayscale: #ABABAB. Windows color (decimal): -4222211 or 16618175. OLE color: 16618175.

HSL color Cylindrical-coordinate representation of color #BF92FD: hue angle of 265.23º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF92FD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191146253-
CMYK0.250.4200.01
HSL265.23º96.4%78.24%-
HSV(B)265.23º42.29%99.22%-
XYZ49.4938.7397.79-
YUV171.65173.91141.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.37%
GREEN value IS 146 (57.42% from 255) = 24.75%
BLUE value IS 253 (99.22% from 255) = 42.88%
R=32.37%
G=24.75%
B=42.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911462530.250.4200.01265.2396.478.24
HexBF92FD192A01109604e
Octal277222375315201411140116
Binary101111111001001011111101110011010100110000100111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF92FD; }

 p { color: rgb(191,146,253); }

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

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

 a { background-color: rgb(191,146,253); }

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

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

 span { border-color: rgb(191,146,253); }

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