#BF95FC

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

Shades of Perfume #BF95FC

Tints of Perfume #BF95FC

Color information

#BF95FC (or 0xBF95FC) is unknown color: approx Perfume. HEX triplet: BF, 95 and FC. RGB value is (191,149,252). Sum of RGB (Red+Green+Blue) = 191+149+252=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 149 (58.59% from 255 or 25.17% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF95FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95FC is #406A03. Grayscale: #ACACAC. Windows color (decimal): -4221444 or 16553407. OLE color: 16553407.

HSL color Cylindrical-coordinate representation of color #BF95FC: hue angle of 264.47º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF95FC is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB191149252-
CMYK0.240.4100.01
HSL264.47º94.5%78.63%-
HSV(B)264.47º40.87%98.82%-
XYZ49.839.697.11-
YUV173.3172.41140.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 149 (58.59% from 255) = 25.17%
BLUE value IS 252 (98.83% from 255) = 42.57%
R=32.26%
G=25.17%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1911492520.240.4100.01264.4794.578.63
HexBF95FC1829011085e4f
Octal277225374305101410136117
Binary101111111001010111111100110001010010110000100010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95FC; }

 p { color: rgb(191,149,252); }

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

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

 a { background-color: rgb(191,149,252); }

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

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

 span { border-color: rgb(191,149,252); }

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