#BF95F9

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

Shades of Perfume #BF95F9

Tints of Perfume #BF95F9

Color information

#BF95F9 (or 0xBF95F9) is unknown color: approx Perfume. HEX triplet: BF, 95 and F9. RGB value is (191,149,249). Sum of RGB (Red+Green+Blue) = 191+149+249=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 149 (58.59% from 255 or 25.30% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #BF95F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF95F9 is #406A06. Grayscale: #ACACAC. Windows color (decimal): -4221447 or 16356799. OLE color: 16356799.

HSL color Cylindrical-coordinate representation of color #BF95F9: hue angle of 265.2º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF95F9 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB191149249-
CMYK0.230.4000.02
HSL265.2º89.29%78.04%-
HSV(B)265.2º40.16%97.65%-
XYZ49.3339.4194.63-
YUV172.96170.91140.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.43%
GREEN value IS 149 (58.59% from 255) = 25.30%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=32.43%
G=25.30%
B=42.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1911492490.230.4000.02265.289.2978.04
HexBF95F9172802109594e
Octal277225371275002411131116
Binary1011111110010101111110011011110100001010000100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF95F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF95F9; }

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

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

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

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

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

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

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

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